Changeset 6:283b6997cf7d for wokkel/component.py
- Timestamp:
- Oct 4, 2007, 9:47:22 AM (15 years ago)
- Branch:
- default
- Convert:
- svn:b33ecbfc-034c-dc11-8662-000475d9059e/trunk@13
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wokkel/component.py
r1 r6 28 28 if domish.IElement.providedBy(obj) and \ 29 29 not obj.getAttribute('from'): 30 obj['from'] = self.xmlstream.this Host30 obj['from'] = self.xmlstream.thisEntity.full() 31 31 old_send(obj) 32 32
Note: See TracChangeset
for help on using the changeset viewer.