Commit cc26eb49 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Removed unneeded import of ngettext from django.db.models.fields.__init__

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3253 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent e37bb07b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ from django import forms
from django.core.exceptions import ObjectDoesNotExist
from django.utils.functional import curry, lazy
from django.utils.text import capfirst
from django.utils.translation import gettext, gettext_lazy, ngettext
from django.utils.translation import gettext, gettext_lazy
import datetime, os, time

class NOT_PROVIDED: