Merge "Fix i18n import"

This commit is contained in:
Jenkins 2015-02-17 09:30:33 +00:00 committed by Gerrit Code Review
commit e1008ef8ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo import oslo_i18n
import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='ironic-discoverd')