source: products/quintagroup.portlet.map/trunk/quintagroup/portlet/map/interfaces.py @ 2188

Last change on this file since 2188 was 2188, checked in by mylan, 14 years ago

Initial import the package

File size: 146 bytes
Line 
1from zope.interface import Interface
2
3class IQGMapPortletLayer(Interface):
4    """Marker interface that defines browser layer for the package."""
Note: See TracBrowser for help on using the repository browser.