Changeset 456

Show
Ignore:
Timestamp:
02/26/03 13:56:25 (6 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBTelepathy/RBTelepathy/Packet/Elements.py

    r453 r456  
    2424#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    2525 
    26 from RBFoundation import XMLProduction 
     26from RBFoundation import XMLNode 
    2727import URIAddress 
    2828 
     
    3333#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3434 
    35 class PacketElementBase(XMLProduction.xmlnode): 
     35class PacketElementBase(XMLNode.xmlnode): 
    3636    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    3737    #~ Constants / Variables / Etc.  
     
    158158#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    159159 
    160 _NodeXMLAdaptor = XMLProduction.NodeXMLAdaptor 
     160_NodeXMLAdaptor = XMLNode.NodeXMLAdaptor 
    161161class XMLAdaptor(_NodeXMLAdaptor): 
    162162    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    190190        return _NodeXMLAdaptor._xmlInitComplete(self) 
    191191 
    192 class Factory(XMLProduction.XMLNodeFactory):  
     192class Factory(XMLNode.XMLNodeFactory):  
    193193    __slots__ = [] 
    194194    xmladaptor = XMLAdaptor