Merge "Add the missing _"

This commit is contained in:
Jenkins 2013-11-01 09:14:24 +00:00 committed by Gerrit Code Review
commit 32df89884c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
# under the License.
from django.core.urlresolvers import reverse # noqa
from django.utils.translation import ugettext_lazy as _ # noqa
from horizon import exceptions
from horizon import forms