projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dee8f52
)
Remove unused external_remote_user_login function
author
Quentin Smith
<quentin@mit.edu>
Tue, 20 Oct 2009 04:53:01 +0000
(
00:53
-0400)
committer
Quentin Smith
<quentin@mit.edu>
Tue, 20 Oct 2009 04:53:01 +0000
(
00:53
-0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2697
code/view.py
patch
|
blob
|
history
diff --git
a/code/view.py
b/code/view.py
index
6c9caf8
..
bbf0256
100644
(file)
--- 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: