Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1803

Show
Ignore:
Timestamp:
10/28/07 15:17:21
Author:
fumanchu
Message:

Removing decorator in test_session for Python 2.3 compatibility

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/test/test_session.py

    r1770 r1803  
    8080        iredir.exposed = True 
    8181         
    82         @cherrypy.tools.allow(methods=['GET']) 
    8382        def restricted(self): 
    8483            return cherrypy.request.method 
    8584        restricted.exposed = True 
     85        restricted._cp_config = {'tools.allow.on': True, 
     86                                 'tools.allow.methods': ['GET']} 
    8687         
    8788        def regen(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets