Show
Ignore:
Timestamp:
08/31/07 19:04:20 (15 months ago)
Author:
asterix
Message:

Dataforms: DataRecord?(extend=None) != DataRecord?()

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/common/dataforms.py

    r8666 r8677  
    1414        @classmethod 
    1515        def __new__(cls,  *a, **b): 
    16                 if 'extend' not in b.keys(): 
     16                if 'extend' not in b.keys() or not b[keys]: 
    1717                        return object.__new__(cls) 
    1818