- Timestamp:
- 2 Apr 2009, 11:38:28 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/interfaces.py
r3954 r4049 94 94 that contains the transformed data. 95 95 """ 96 97 class IWAeUPXMLImporter(Interface): 98 """An XML import for objects. 99 """ 100 def doImport(filepath): 101 """Create Python object from XML. 102 103 Returns a Python object. 104 """
Note: See TracChangeset for help on using the changeset viewer.