X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/01cd9908731ffbf23f58fde2b64153a35e950a80..848f309d0559240148c0cc6ab5904db98a3957e5:/code/view.py diff --git a/code/view.py b/code/view.py index 6c9caf8..bbf0256 100644 --- a/code/view.py +++ b/code/view.py @@ -101,9 +101,6 @@ def jsonify_tool_callback(*args, **kwargs): cherrypy.tools.jsonify = cherrypy.Tool('before_finalize', jsonify_tool_callback, priority=30) -def external_remote_user_login(): - pass - def require_login(): """If the user isn't logged in, raise 403 with an error.""" if cherrypy.request.login is False: