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

Changeset 1131

Show
Ignore:
Timestamp:
06/09/06 03:02:38
Author:
fumanchu
Message:

Fixed (Python 2.4-style) decorator.

Files:

Legend:

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

    r1130 r1131  
    162162                raise cherrypy.InternalRedirect('/image/getImagesByUser') 
    163163         
    164         @tools.login_redir.wrap() 
    165164        def secure(self): 
    166165            return "Welcome!" 
     166        secure = tools.login_redir.wrap()(secure) 
    167167         
    168168        def login(self): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets