source: products/qPloneSkinDump/branches/pastescript/skin_template/browser/interfaces.py

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

Building directory structure

  • Property svn:eol-style set to native
File size: 190 bytes
Line 
1from zope.publisher.interfaces.browser import IDefaultBrowserLayer
2
3class ITheme%(skin_name_capital)s(IDefaultBrowserLayer):
4    """Marker interface that defines a Zope 3 skin layer.
5    """
Note: See TracBrowser for help on using the repository browser.