From f912bfc4d03f8c801c2b4d29bd1c9fa1a3396ced Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Fri, 5 Oct 2012 10:07:53 +0100 Subject: [PATCH] import gettext to fix db migration execution --- heat/common/exception.py | 1 + 1 file changed, 1 insertion(+) 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 * -- 2.45.2