Changeset 86:f4aa0d507bc8 for wokkel/pubsub.py
- Timestamp:
- Jan 10, 2010, 12:43:48 PM (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/pubsub.py
r84 r86 175 175 """ 176 176 177 domish.Element.__init__(self, (N S_PUBSUB, 'item'))177 domish.Element.__init__(self, (None, 'item')) 178 178 if id is not None: 179 179 self['id'] = id
Note: See TracChangeset
for help on using the changeset viewer.