Changeset 8677 for branches/gajim_0.11.1/src
- Timestamp:
- 08/31/07 19:04:20 (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
r8666 r8677 14 14 @classmethod 15 15 def __new__(cls, *a, **b): 16 if 'extend' not in b.keys() :16 if 'extend' not in b.keys() or not b[keys]: 17 17 return object.__new__(cls) 18 18
