summaryrefslogtreecommitdiff
path: root/heatclient/osc/v1/software_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/osc/v1/software_config.py')
-rw-r--r--heatclient/osc/v1/software_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/osc/v1/software_config.py b/heatclient/osc/v1/software_config.py
index 7adccc8..af27be7 100644
--- a/heatclient/osc/v1/software_config.py
+++ b/heatclient/osc/v1/software_config.py
@@ -22,11 +22,11 @@ import six
from six.moves.urllib import request
import yaml
+from heatclient._i18n import _
from heatclient.common import format_utils
from heatclient.common import template_format
from heatclient.common import utils as heat_utils
from heatclient import exc as heat_exc
-from heatclient.openstack.common._i18n import _
class DeleteConfig(command.Command):