source: products/quintagroup.camefrominfo/trunk/quintagroup/camefrominfo/interfaces.py @ 1121

Last change on this file since 1121 was 1121, checked in by kroman0, 15 years ago

Updated quintagroup.camefrominfo package

File size: 156 bytes
Line 
1from zope.interface import Interface
2     
3class ICameFromInfoUtility(Interface):
4    """
5    """
6    def getInfo(self, context):
7        """ get info """
Note: See TracBrowser for help on using the repository browser.