Show
Ignore:
Timestamp:
01/13/03 14:59:12 (6 years ago)
Author:
sholloway
Message:

Integrated SubjectObserver? from old foundation into tree for meantime

Files:

Legend:

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

    r397 r400  
    2323 
    2424Dependencies: 
    25     Foundation.SubjectObserver 
     25    RBFoundation 
    2626    RBJabber 
    2727 
     
    3737 
    3838from xml.sax.saxutils import escape, quoteattr 
    39 from RBJabber import ClientNodes 
    40 from RBJabber import JID 
    41 from RBJabber.JabberConnection import JabberConnection 
    42 from Foundation import SubjectObserver 
    4339from RBFoundation.XMLClassBuilder import ElementFactory as EF 
     40from JabberConnection import JabberConnection 
     41import ClientNodes 
     42import JID 
     43import SubjectObserver 
    4444 
    4545#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~