Changeset 183

Show
Ignore:
Timestamp:
05/26/08 21:09:39 (8 months ago)
Author:
poillubo
Message:

* make elghinn happy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pycawm/misc.py

    r182 r183  
    3434    if klass is base: 
    3535        return False 
    36     if type(base) is tuple
     36    if isinstance(base, tuple)
    3737        # include neither the klass in the tuple, nor the non-class objects 
    3838        # TypeType is the type of new-style classes