License for PCAP files
[yardstick.git] / yardstick / vTC / apexlake / experimental_framework / heat_manager.py
index 607fa77..28c069f 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-__author__ = 'vmriccox'
-
-
 from keystoneclient.v2_0 import client as keystoneClient
 from heatclient import client as heatClient
 from heatclient.common import template_utils
 
 import experimental_framework.common as common
 
+__author__ = 'vmriccox'
+
 
 class HeatManager: