Show
Ignore:
Timestamp:
01/12/03 23:38:56 (6 years ago)
Author:
sholloway
Message:

Changed references from Foundation to RBFoundation

Files:

Legend:

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

    r253 r397  
    2020##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    2121 
    22 """XMLBuilder compatable Jabber nodes for use in Foundation.Jabber.Client 
     22"""XMLBuilder compatable Jabber nodes for use in RBJabber.Client 
    2323 
    2424Dependencies: 
    25     Foundation.XMLObjectify 
     25    RBFoundation.XMLObjectify 
    2626    weakref 
    2727    re 
     
    3535import weakref 
    3636import re 
    37 from Foundation import XMLObjectify 
     37from RBFoundation import XMLObjectify 
    3838 
    3939#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~