2008-01-11

noteannotation.py

  2008-01-11 19:09

...

from persistent import Persistent
from zope.interface import implements
from interfaces import INoteAnnotation

class NoteAnnotation(Persistent):
    __doc__ = INoteAnnotation.__doc__

    implements(INoteAnnotation)

    # See noteannotation.interfaces.INoteAnnotation
    alarmdate = None

    # See noteannotation.interfaces.INoteAnnotation
    keywords = []
Официальный сайт Zope3 Московская группа изучения реактивного движения The Dream Bot Site noooxml