root/qLocalSkin/trunk/interfaces.py

Revision 1001 (checked in by mylan, 1 year ago)

Initial import.

  • Property svn:eol-style set to native
Line 
1 from zope.interface import Interface
2
3 class IShiftPortalUrl(Interface):
4     """ Marker interface for shift portal_url
5         to location of marked folder.
6     """
Note: See TracBrowser for help on using the browser.