cybertools/tracking/comment
2019-04-26 17:42:10 +02:00
..
__init__.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
base.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
interfaces.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
README.txt started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
tests.py fix tests/doctests according to current ZTK and BlueBream versions 2019-04-26 17:42:10 +02:00

=============
Notifications
=============

  ($Id$)

  >>> from cybertools.tracking.btree import TrackingStorage
  >>> from cybertools.tracking.notify.base import Notification

  >>> comments = TrackingStorage(trackFactory=Notification)