From: Jakob Kramer Date: Sun, 29 May 2011 17:17:44 +0000 (+0200) Subject: don't import 're' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ff6b9f7279d7ee2efceae933da43f4a9b6459465;p=mediagoblin.git don't import 're' --- diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py index 8775d4c4..cf71be77 100644 --- a/mediagoblin/auth/views.py +++ b/mediagoblin/auth/views.py @@ -14,8 +14,6 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -import re - from webob import Response, exc from mediagoblin.auth import lib as auth_lib