Changeset 8678 for branches/gajim_0.11.1/src
- Timestamp:
- 08/31/07 19:04:59 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/common/dataforms.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/common/dataforms.py
r8677 r8678 14 14 @classmethod 15 15 def __new__(cls, *a, **b): 16 if 'extend' not in b.keys() or not b[ keys]:16 if 'extend' not in b.keys() or not b['extend']: 17 17 return object.__new__(cls) 18 18
