Changeset 90

Show
Ignore:
Timestamp:
04/08/02 10:42:58 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

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

    r89 r90  
    140140    assert(hash(j2) != hash(j3)) 
    141141 
     142    dictTest = {} 
     143    dictTest[j1] = 1 
     144    dictTest[j2] = 1 
     145    dictTest[j3] = 1 
     146    assert(len(dictTest)==2) 
     147     
    142148#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    143149 
  • trunk/RBJabber/RBJabber/SubjectObserver/AssociativeObserver.py

    r88 r90  
    5555 
    5656    def Update(self, subject, **UpdateDict): 
    57         pass 
     57        pass # Weird condition... no bids on it, but we really dont care here