Fix miss import _

NameError: global name '_' is not defined

Change-Id: I59d9761313f2b6f4577d87838a1b049dc008380f
Closes-Bug: #1636057
This commit is contained in:
zhangguoqing 2016-10-24 04:05:59 +00:00
parent 6b2ea6e3e5
commit 131d1a8b36
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ import decimal
import json
from django import http
from django.utils.translation import ugettext_lazy as _
from horizon import exceptions
from horizon import views