Changeset 167

Show
Ignore:
Timestamp:
05/29/02 13:56:31 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBJabber/RBJabber/SubjectObserver/AttributedSubject.py

    r165 r167  
    7676    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    7777 
    78     def __contains__(self):  
    79         return self._attributes.__contains__(
     78    def __contains__(self, obj):  
     79        return self._attributes.__contains__(obj
    8080 
    8181    def __iter__(self):