aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/tools.py
diff options
context:
space:
mode:
authorRodney Ewing <ewing.rj@gmail.com>2013-05-27 08:54:25 -0700
committerRodney Ewing <ewing.rj@gmail.com>2013-05-27 08:54:25 -0700
commit3b8c733b98533e6dd7612f071b672b19a97ecf1e (patch)
treed7cfc5abff81f1c24800819d57d80785357ec34e /mediagoblin/auth/tools.py
parent3bcdc49088a9fe779b1b95fb1dc42d9ef0c4de00 (diff)
downloadmediagoblin-3b8c733b98533e6dd7612f071b672b19a97ecf1e.tar.lz
mediagoblin-3b8c733b98533e6dd7612f071b672b19a97ecf1e.tar.xz
mediagoblin-3b8c733b98533e6dd7612f071b672b19a97ecf1e.zip
no need for check_login with the new check_login_simple function
Diffstat (limited to 'mediagoblin/auth/tools.py')
-rw-r--r--mediagoblin/auth/tools.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/mediagoblin/auth/tools.py b/mediagoblin/auth/tools.py
index db1a6297..484c3030 100644
--- a/mediagoblin/auth/tools.py
+++ b/mediagoblin/auth/tools.py
@@ -17,7 +17,6 @@
import logging
import wtforms
-from sqlalchemy import or_
from mediagoblin import mg_globals
from mediagoblin.db.models import User