Changeset 716
- Timestamp:
- 07/16/08 13:37:07 (5 months ago)
- Files:
-
- oss/headstock/headstock/api/im.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/headstock/headstock/api/im.py
r708 r716 44 44 class Thread(object): 45 45 def __init__(self, text): 46 self.text 46 self.text = text 47 47 48 48 def __repr__(self):
