Changeset 716

Show
Ignore:
Timestamp:
07/16/08 13:37:07 (5 months ago)
Author:
sylvain
Message:

Fix for #18

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • oss/headstock/headstock/api/im.py

    r708 r716  
    4444class Thread(object): 
    4545    def __init__(self, text): 
    46         self.text 
     46        self.text = text 
    4747     
    4848    def __repr__(self):