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

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

fix utility. now need request to get info

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