From: erickson Date: Wed, 26 Nov 2008 21:47:39 +0000 (+0000) Subject: django requires explicit import of _ now X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9682b98ad336af458997bde1058db23a5d594a78;p=working%2Frandom.git django requires explicit import of _ now git-svn-id: svn://svn.open-ils.org/ILS-Contrib/constrictor/trunk@56 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/constrictor_gui/control/views.py b/constrictor_gui/control/views.py index 8ce8a8c54..55d7d7f1d 100644 --- a/constrictor_gui/control/views.py +++ b/constrictor_gui/control/views.py @@ -14,6 +14,7 @@ # ----------------------------------------------------------------------- from django.http import HttpResponse, HttpResponseRedirect from django.shortcuts import get_object_or_404, render_to_response +from django.utils.translation import ugettext as _ from constrictor.controller import GUIControllerSet from constrictor.properties import Properties from constrictor_gui.control.models import Drone, Script, Property, Plugin