diff options
author | András Veres-Szentkirályi <vsza@vsza.hu> | 2013-02-21 10:51:13 +0100 |
---|---|---|
committer | Joar Wandborg <joar@wandborg.se> | 2013-02-22 22:24:29 +0100 |
commit | bedc215b449ab6c2b120330d158831b2dde5ff10 (patch) | |
tree | ddbb9b42e41ed97fd7a0e00ab6e09af309e1a193 /mediagoblin | |
parent | 92fae6d8cd7901e74befcda219d509ca8558bd6f (diff) | |
download | mediagoblin-bedc215b449ab6c2b120330d158831b2dde5ff10.tar.lz mediagoblin-bedc215b449ab6c2b120330d158831b2dde5ff10.tar.xz mediagoblin-bedc215b449ab6c2b120330d158831b2dde5ff10.zip |
removed unused import re
Diffstat (limited to 'mediagoblin')
-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 7cae951a..8f091d21 100644 --- a/mediagoblin/auth/forms.py +++ b/mediagoblin/auth/forms.py @@ -15,7 +15,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import wtforms -import re from mediagoblin.tools.mail import normalize_email from mediagoblin.tools.translate import fake_ugettext_passthrough as _ |