From: András Veres-Szentkirályi Date: Thu, 21 Feb 2013 09:51:13 +0000 (+0100) Subject: removed unused import re X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bedc215b449ab6c2b120330d158831b2dde5ff10;p=mediagoblin.git removed unused import re --- diff --git a/mediagoblin/auth/forms.py b/mediagoblin/auth/forms.py index 7cae951a..8f091d21 100644 --- a/mediagoblin/auth/forms.py +++ b/mediagoblin/auth/forms.py @@ -15,7 +15,6 @@ # along with this program. If not, see . import wtforms -import re from mediagoblin.tools.mail import normalize_email from mediagoblin.tools.translate import fake_ugettext_passthrough as _