cybertools/composer/report
helmutm 16e724b8d2 work in progress: generic report configuration
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3775 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-03-20 18:29:46 +00:00
..
__init__.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
base.py work in progress: generic report configuration 2010-03-20 18:29:46 +00:00
configure.zcml create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
instance.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
interfaces.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
README.txt create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
tests.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00

=================
Report Management
=================

  ($Id$)

  >>> from zope import component
  >>> from cybertools.composer.report.base import ReportManager, Report

  >>> manager = ReportManager()