Changeset 183
- Timestamp:
- 05/26/08 21:09:39 (8 months ago)
- Files:
-
- trunk/pycawm/misc.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pycawm/misc.py
r182 r183 34 34 if klass is base: 35 35 return False 36 if type(base) is tuple:36 if isinstance(base, tuple): 37 37 # include neither the klass in the tuple, nor the non-class objects 38 38 # TypeType is the type of new-style classes
