tweak imports in actions.py

This commit is contained in:
Corey Bryant 2015-10-13 12:31:09 +00:00
parent e57bd13306
commit 3efd3ccfcf
1 changed files with 3 additions and 3 deletions

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():