aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-28 09:05:05 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-28 09:05:05 -0700
commitb85d9e9567984578ba549165edf721d67a83fa66 (patch)
treec42b59823a893547f4b2345f8d616afbbd84184d
parent0578d8b31b27af45fb8aa94bdb028972ed8adce4 (diff)
downloadmediagoblin-b85d9e9567984578ba549165edf721d67a83fa66.tar.lz
mediagoblin-b85d9e9567984578ba549165edf721d67a83fa66.tar.xz
mediagoblin-b85d9e9567984578ba549165edf721d67a83fa66.zip
cleanup
-rw-r--r--mediagoblin/auth/tools.py8
1 files changed, 0 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>.
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):
"""