update makefile, correct import order
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import time
|
||||
|
||||
import amulet
|
||||
import swiftclient
|
||||
import time
|
||||
|
||||
from charmhelpers.contrib.openstack.amulet.deployment import (
|
||||
OpenStackAmuletDeployment
|
||||
|
||||
Reference in New Issue
Block a user