filterannotation.py
2008-02-28 09:40...
### -*- coding: utf-8 -*- #############################################
#######################################################################
"""Product class for the Zope 3 based product package
$Id: filterannotation.py 13620 2007-11-12 00:49:43Z cray $
"""
__author__ = ""
__license__ = "GPL"
__version__ = "$Revision: 13620 $"
from zope.interface import Interface
from zope.interface import implements,implementedBy
from installtool.installscript.interfaces import IInstallScript
class Product(object) :
pass



