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



