update makefile, correct import order

This commit is contained in:
Ryan Beisner 2015-08-22 04:12:14 +00:00
parent 7ec6f6c7df
commit a34d680351
2 changed files with 3 additions and 2 deletions

View File

@ -28,4 +28,4 @@ publish: lint test
bzr push lp:charms/swift-storage
bzr push lp:charms/trusty/swift-storage
.PHONY: lint unit_test test sync publish
.PHONY: lint test functional_test sync publish

View File

@ -1,6 +1,7 @@
import time
import amulet
import swiftclient
import time
from charmhelpers.contrib.openstack.amulet.deployment import (
OpenStackAmuletDeployment