diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-23 14:56:32 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-27 08:58:09 -0700 |
commit | d7d5ce803d1fec7c0dcd6aac81c58ed53199075f (patch) | |
tree | b8daa1b56824fd6d736be05bad6ec3711d77672f /mediagoblin/auth/forms.py | |
parent | 53012d08c59e36acfb51576368bc4595ab701edc (diff) | |
download | mediagoblin-d7d5ce803d1fec7c0dcd6aac81c58ed53199075f.tar.lz mediagoblin-d7d5ce803d1fec7c0dcd6aac81c58ed53199075f.tar.xz mediagoblin-d7d5ce803d1fec7c0dcd6aac81c58ed53199075f.zip |
removed unused import
Diffstat (limited to 'mediagoblin/auth/forms.py')
-rw-r--r-- | mediagoblin/auth/forms.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/auth/forms.py b/mediagoblin/auth/forms.py index 599b2576..0a391d67 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 |