source: products/qPingTool/branches/plone-3.1/interfaces.py

Last change on this file was 198, checked in by crchemist, 18 years ago

Fixup error in init.py

File size: 105 bytes
RevLine 
[198]1from zope.interface import Interface
2
3class IPingTool(Interface):
4    """ Interface for PingTool.
5    """
Note: See TracBrowser for help on using the repository browser.