import gettext to fix db migration execution

This commit is contained in:
Steve Baker 2012-10-05 10:07:53 +01:00
parent ed998e8c28
commit f912bfc4d0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
import functools
import urlparse
import sys
from heat.openstack.common.gettextutils import _
from heat.openstack.common.exception import *