]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
import gettext to fix db migration execution
authorSteve Baker <sbaker@redhat.com>
Fri, 5 Oct 2012 09:07:53 +0000 (10:07 +0100)
committerSteve Baker <sbaker@redhat.com>
Fri, 5 Oct 2012 09:08:06 +0000 (10:08 +0100)
heat/common/exception.py

index 11775c1d9a33866813d58b87d89fa559ef06f833..5d0454a2393c4ddc36b0387a1684e5e32e606a3f 100644 (file)
@@ -20,6 +20,7 @@
 import functools
 import urlparse
 import sys
+from heat.openstack.common.gettextutils import _
 
 from heat.openstack.common.exception import *