Changeset 4049 for waeup


Ignore:
Timestamp:
2 Apr 2009, 11:38:28 (16 years ago)
Author:
uli
Message:

Add an interface for XML importers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup/branches/ulif-rewrite/src/waeup/interfaces.py

    r3954 r4049  
    9494        that contains the transformed data.
    9595        """
     96
     97class 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.