Modify i18n import

This commit is contained in:
huangtianhua
2015-01-16 10:18:21 +08:00
parent 7aefe55b3a
commit b1b3755cbc

View File

@@ -30,7 +30,7 @@ import prettytable
import six
from six import moves
from heatclient.openstack.common._i18n import _
from senlinclient.common.i18n import _
class MissingArgs(Exception):