From: Rodney Ewing Date: Tue, 28 May 2013 16:05:05 +0000 (-0700) Subject: cleanup X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b85d9e9567984578ba549165edf721d67a83fa66;p=mediagoblin.git cleanup --- diff --git a/mediagoblin/auth/tools.py b/mediagoblin/auth/tools.py index 48e0d572..40dcf59e 100644 --- a/mediagoblin/auth/tools.py +++ b/mediagoblin/auth/tools.py @@ -15,9 +15,7 @@ # along with this program. If not, see . import logging - import wtforms -from sqlalchemy import or_ from mediagoblin import mg_globals from mediagoblin.db.models import User @@ -30,12 +28,6 @@ from mediagoblin import auth _log = logging.getLogger(__name__) -_log = logging.getLogger(__name__) - -_log = logging.getLogger(__name__) - -_log = logging.getLogger(__name__) - def normalize_user_or_email_field(allow_email=True, allow_user=True): """