Fix import.

This commit is contained in:
Alberto Donato 2015-08-14 11:24:16 +03:00
parent d22f37968c
commit 618def985f
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@ from charmhelpers.core.hookenv import (
config,
)
from keystone_utils import (
from hooks.keystone_utils import (
git_install,
)
from keystone_hooks import (
from hooks.keystone_hooks import (
config_changed,
)