Add the missing _

The error messages use the _() gettext function, which wasn't imported.

Change-Id: If515e405dcc895073643681a5e822f12ba9b9ef7
This commit is contained in:
Radomir Dopieralski 2013-10-28 11:30:19 +01:00
parent 1837b95c3e
commit 0e31e990ae
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