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

Changeset 1658

Show
Ignore:
Timestamp:
06/06/07 15:21:46
Author:
fumanchu
Message:

Bugfix found by buildbot.

Files:

Legend:

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

    r1607 r1658  
    5959        """ 
    6060        def __init__(cls, name, bases, dct): 
    61             type.__init__(name, bases, dct) 
     61            type.__init__(cls, name, bases, dct) 
    6262            for value in dct.itervalues(): 
    6363                if isinstance(value, types.FunctionType): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets