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



