Changeset 744
- Timestamp:
- 07/25/08 10:51:49 (4 months ago)
- Files:
-
- oss/headstock/headstock/api/discovery.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
oss/headstock/headstock/api/discovery.py
r723 r744 40 40 41 41 def __repr__(self): 42 return '<Item %s at %s>' % (str(self.jid), hex(id(self))) 42 return '<Item %s %s at %s>' % (self.node or '', str(self.name), 43 hex(id(self))) 43 44 44 45 class Subscription(object):
