tweak imports in actions.py

This commit is contained in:
Corey Bryant 2015-10-13 12:31:09 +00:00
parent b07d9c2ded
commit 695ab4a97f

View File

@ -12,14 +12,14 @@ from charmhelpers.contrib.openstack.utils import (
get_os_codename_package,
set_os_workload_status,
)
from hooks.swift_storage_hooks import (
CONFIGS,
)
from lib.swift_storage_utils import (
assess_status,
REQUIRED_INTERFACES,
SWIFT_SVCS,
)
from hooks.swift_storage_hooks import (
CONFIGS,
)
def _get_services():