Changeset 1215:ba0b2c95fa5b
- Timestamp:
- 07/26/08 00:50:45 (4 months ago)
- Files:
-
- 1 modified
-
pida-plugins/python/ropebrowser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pida-plugins/python/ropebrowser.py
r1214 r1215 157 157 attrs = markup_bold_bracketted( 158 158 ', '.join([s.get_name() for s in 159 self.item.object.get_superclasses() ])159 self.item.object.get_superclasses() if hasattr(s, 'get_name')]) 160 160 ) 161 161
