aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/forms.py
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-07 08:36:04 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-24 16:52:47 -0700
commit58460a8301a8a654a103929260c6d91e2b376960 (patch)
tree1a1420798721d3abc6731b3b660ae90dc643eea5 /mediagoblin/auth/forms.py
parent77e1aca8dbbf446f5cf24cb508f28a4fa9c04bc9 (diff)
downloadmediagoblin-58460a8301a8a654a103929260c6d91e2b376960.tar.lz
mediagoblin-58460a8301a8a654a103929260c6d91e2b376960.tar.xz
mediagoblin-58460a8301a8a654a103929260c6d91e2b376960.zip
moved forgot pw views to basic_auth plugin
Diffstat (limited to 'mediagoblin/auth/forms.py')
-rw-r--r--mediagoblin/auth/forms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/auth/forms.py b/mediagoblin/auth/forms.py
index bab0d35e..7a67285b 100644
--- a/mediagoblin/auth/forms.py
+++ b/mediagoblin/auth/forms.py
@@ -16,7 +16,6 @@
import wtforms
-from mediagoblin.tools.mail import normalize_email
from mediagoblin.tools.translate import lazy_pass_to_ugettext as _
from mediagoblin.auth.tools import normalize_user_or_email_field