Changeset 1364 for branch/k0p/umitInterfaceEditor/ProfileCore.py
- Timestamp:
- 08/14/07 23:10:55 (6 years ago)
- Files:
-
- 1 modified
-
branch/k0p/umitInterfaceEditor/ProfileCore.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branch/k0p/umitInterfaceEditor/ProfileCore.py
r1351 r1364 421 421 422 422 file_object = open(filename, "w") 423 423 424 #xml.dom.ext.PrettyPrint(self.xml, file_object) 424 self.xml _parse.writexml(file_object)425 self.xml.writexml(file_object) 425 426 file_object.close() 426 427
