explicitly import gettext function

Change-Id: I2cdcbc82542c61a6d1aa9ba0d12f874589190001
Closes-Bug: 1294971
This commit is contained in:
Dolph Mathews 2014-03-20 15:03:05 -05:00
parent ff88763786
commit 1e8ac8d33d
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ from keystone.common import environment
from keystone.common import sql
from keystone.common import utils
from keystone import config
from keystone.openstack.common.gettextutils import _
from keystone.openstack.common import importutils
from keystone import service