From: Steve Baker Date: Fri, 5 Oct 2012 09:07:53 +0000 (+0100) Subject: import gettext to fix db migration execution X-Git-Tag: 2014.1~1343 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f912bfc4d03f8c801c2b4d29bd1c9fa1a3396ced;p=openstack-build%2Fheat-build.git import gettext to fix db migration execution --- diff --git a/heat/common/exception.py b/heat/common/exception.py index 11775c1d..5d0454a2 100644 --- a/heat/common/exception.py +++ b/heat/common/exception.py @@ -20,6 +20,7 @@ import functools import urlparse import sys +from heat.openstack.common.gettextutils import _ from heat.openstack.common.exception import *