summaryrefslogtreecommitdiff
path: root/trove/cmd/manage.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-06-08 17:50:22 +0000
committerGerrit Code Review <review@openstack.org>2015-06-08 17:50:22 +0000
commit9e656e10909be32239862e625f891d2c7ae03670 (patch)
treedf941a1d457c272f414e1bbeea20b535a6023273 /trove/cmd/manage.py
parent040511900f0c1acd6367e6fda1c998b94305b190 (diff)
parent02ca9d54ed7faa7c0dd81f41c94d858ad4bc1974 (diff)
downloadtrove-9e656e10909be32239862e625f891d2c7ae03670.tar.gz
Merge "Adds the missing import to manage.py"
Diffstat (limited to 'trove/cmd/manage.py')
-rwxr-xr-xtrove/cmd/manage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/trove/cmd/manage.py b/trove/cmd/manage.py
index af5e8155..0355388e 100755
--- a/trove/cmd/manage.py
+++ b/trove/cmd/manage.py
@@ -23,6 +23,7 @@ gettext.install('trove', unicode=1)
from trove.common import cfg
from trove.common import exception
+from trove.common.i18n import _
from trove.common import utils
from trove.configuration import models as config_models
from trove.datastore import models as datastore_models