Show
Ignore:
Timestamp:
08/14/07 23:10:55 (6 years ago)
Author:
kop-labs
Message:

Add Page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branch/k0p/umitInterfaceEditor/ProfileCore.py

    r1351 r1364  
    421421         
    422422        file_object = open(filename, "w") 
     423         
    423424        #xml.dom.ext.PrettyPrint(self.xml, file_object) 
    424         self.xml_parse.writexml(file_object) 
     425        self.xml.writexml(file_object) 
    425426        file_object.close() 
    426427