2008-01-12

interfaces.py

  2008-01-12 12:03

...

# -*- coding: utf-8 -*-

"""The convertorannotator interface

Interfaces for the Zope 3 based convertorannotator package

$Id: interfaces.py 12461 2007-10-25 09:08:57Z cray $
"""
__author__  = ""
__license__ = "GPL"
__version__ = "$Revision: 12461 $"
__date__ = "$Date: 2007-10-25 13:08:57 +0400 (Thu, 25 Oct 2007) $"
__credits__ = """Andrey Orlov, for idea and common control"""
 
from zope.interface import Interface
from zope.schema import Text, TextLine, Field
from zope.app.container.interfaces import IContained, IContainer

class IConvertorAnnotator(Interface):
    """ A convertorannotator object, parameters """
    # XXX Впишите докстринг
    # И многое другое 
    pass


Официальный сайт Zope3 Московская группа изучения реактивного движения The Dream Bot Site noooxml