summaryrefslogtreecommitdiff
path: root/heatclient/osc/v1/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/osc/v1/template.py')
-rw-r--r--heatclient/osc/v1/template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/osc/v1/template.py b/heatclient/osc/v1/template.py
index c4ed124..20fc7d5 100644
--- a/heatclient/osc/v1/template.py
+++ b/heatclient/osc/v1/template.py
@@ -18,12 +18,12 @@ from osc_lib.command import command
from osc_lib import utils
import six
+from heatclient._i18n import _
from heatclient.common import format_utils
from heatclient.common import http
from heatclient.common import template_utils
from heatclient.common import utils as heat_utils
from heatclient import exc
-from heatclient.openstack.common._i18n import _
class VersionList(command.Lister):