source: products/qLocalSkin/trunk/interfaces.py

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

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