Changeset 213

Show
Ignore:
Timestamp:
08/10/08 12:09:22 (3 months ago)
Author:
poillubo
Message:

* typo in a comment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pycawm/misc.py

    r191 r213  
    202202 
    203203def find_default_buttons(): 
    204     """Find all the button classes in the "button" module.""" 
     204    """Find all the button classes in the "buttons" module.""" 
    205205    gen_buttons = (buttons.__dict__.get(button_name) 
    206206                   for button_name in dir(buttons))