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

Changeset 1661

Show
Ignore:
Timestamp:
06/07/07 10:31:55
Author:
fumanchu
Message:

Another similar bugfix noticed by buildbot. This time I grepped for others (and found none) ;).

Files:

Legend:

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

    r1627 r1661  
    130130        """ 
    131131        def __init__(cls, name, bases, dct): 
    132             type.__init__(name, bases, dct) 
     132            type.__init__(cls, name, bases, dct) 
    133133            for value in dct.itervalues(): 
    134134                if isinstance(value, types.FunctionType): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets