Ignore:
Timestamp:
Oct 20, 2009, 12:53:01 AM (15 years ago)
Author:
quentin
Message:

Remove unused external_remote_user_login function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy/code/view.py

    r2485 r2512  
    102102cherrypy.tools.jsonify = cherrypy.Tool('before_finalize', jsonify_tool_callback, priority=30)
    103103
    104 def external_remote_user_login():
    105     pass
    106 
    107104def require_login():
    108105    """If the user isn't logged in, raise 403 with an error."""
Note: See TracChangeset for help on using the changeset viewer.