Changeset 1486 for trunk/peppy/lib/userparams.py
- Timestamp:
- 07/10/08 22:43:06 (4 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/lib/userparams.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/lib/userparams.py
r1468 r1486 1432 1432 hier = cls.__mro__ 1433 1433 for cls in hier: 1434 dprint("checking %s" % cls)1434 #dprint("checking %s" % cls) 1435 1435 if 'default_prefs' not in dir(cls): 1436 1436 continue … … 1443 1443 hier = self.__class__.__mro__ 1444 1444 for cls in hier: 1445 dprint("checking %s" % cls)1445 #dprint("checking %s" % cls) 1446 1446 if 'default_prefs' not in dir(cls): 1447 1447 continue … … 1483 1483 hier = self.__class__.__mro__ 1484 1484 for cls in hier: 1485 dprint("checking %s" % cls)1485 #dprint("checking %s" % cls) 1486 1486 if 'default_prefs' not in dir(cls): 1487 1487 continue
