
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2389 fd906abe-77d9-0310-91a1-e0d9ade77398
10 lines
237 B
Text
10 lines
237 B
Text
=============
|
|
Notifications
|
|
=============
|
|
|
|
($Id$)
|
|
|
|
>>> from cybertools.tracking.btree import TrackingStorage
|
|
>>> from cybertools.tracking.notify.base import Notification
|
|
|
|
>>> comments = TrackingStorage(trackFactory=Notification)
|