summaryrefslogtreecommitdiff
path: root/heatclient/common/hook_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/common/hook_utils.py')
-rw-r--r--heatclient/common/hook_utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/heatclient/common/hook_utils.py b/heatclient/common/hook_utils.py
index 39fedb5..66b980a 100644
--- a/heatclient/common/hook_utils.py
+++ b/heatclient/common/hook_utils.py
@@ -14,9 +14,9 @@ import logging
from oslo_utils import fnmatch
-import heatclient.exc as exc
-from heatclient.openstack.common._i18n import _
-from heatclient.openstack.common._i18n import _LE
+from heatclient._i18n import _
+from heatclient._i18n import _LE
+from heatclient import exc
logger = logging.getLogger(__name__)