Changeset 1181
- Timestamp:
- 03/08/10 22:19:07 (5 months ago)
- Files:
-
- 1 modified
-
trunk/camelot/view/controls/delegates/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/camelot/view/controls/delegates/__init__.py
r1179 r1181 47 47 if hasattr(custom_delegate, '__doc__'): 48 48 doc = doc + custom_delegate.__doc__ + '\n' 49 50 print doc51 49 52 50 __doc__ = doc
