diff options
author | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-27 08:54:25 -0700 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-05-27 08:54:25 -0700 |
commit | 3b8c733b98533e6dd7612f071b672b19a97ecf1e (patch) | |
tree | d7cfc5abff81f1c24800819d57d80785357ec34e /mediagoblin/auth/tools.py | |
parent | 3bcdc49088a9fe779b1b95fb1dc42d9ef0c4de00 (diff) | |
download | mediagoblin-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.py | 1 |
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 |