Changeset 213
- Timestamp:
- 08/10/08 12:09:22 (3 months ago)
- Files:
-
- trunk/pycawm/misc.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pycawm/misc.py
r191 r213 202 202 203 203 def find_default_buttons(): 204 """Find all the button classes in the "button " module."""204 """Find all the button classes in the "buttons" module.""" 205 205 gen_buttons = (buttons.__dict__.get(button_name) 206 206 for button_name in dir(buttons))
