Show
Ignore:
Timestamp:
08/21/07 01:14:57 (17 months ago)
Author:
liori
Message:

Jingle: wrongly decoded connection parameters from transport-info

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/jingle/src/common/xmpp/simplexml.py

    r8496 r8524  
    256256        def __contains__(self,item): 
    257257                """ Checks if node has attribute "item" """ 
    258                 self.has_attr(item) 
     258                return self.has_attr(item) 
    259259        def __getattr__(self,attr): 
    260260                """ Reduce memory usage caused by T/NT classes - use memory only when needed. """