source: products/quintagroup.transmogrifier/trunk/quintagroup/transmogrifier/interfaces.py @ 275

Last change on this file since 275 was 275, checked in by mylan, 18 years ago

Removed file/folder

File size: 261 bytes
Line 
1from zope.interface import Interface
2
3class IExportDataCorrector(Interface):
4    """ Inteface for components that do some correction on exported data.
5    """
6
7    def __call__(data):
8        """ Correct data given in 'data' argument and return it.
9        """
Note: See TracBrowser for help on using the repository browser.