Changeset 45:51ac2274f989 in ralphm-patches for pubsub-item.patch
- Timestamp:
- Feb 12, 2011, 9:42:23 AM (11 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pubsub-item.patch
r26 r45 48 48 + element = domish.Element((namespace, 'item')) 49 49 50 - domish.Element.__init__(self, (N S_PUBSUB, 'item'))50 - domish.Element.__init__(self, (None, 'item')) 51 51 - if id is not None: 52 52 - self['id'] = id
Note: See TracChangeset
for help on using the changeset viewer.