annotationswitcherhandler.py
2008-02-28 00:22...
### -*- coding: utf-8 -*- #############################################
#######################################################################
"""Product class for the Zope 3 based product package
$Id: annotationswitcherhandler.py 13934 2007-11-27 16:11:50Z cray $
"""
__author__ = ""
__license__ = "GPL"
__version__ = "$Revision: 13934 $"
from zope.interface import Interface
from zope.interface import implements,implementedBy
from installtool.installscript.interfaces import IInstallScript
class Product(object) :
pass



