cybertools/composer/report
helmutm e256eb1bc5 create report sub-package for generic report configuration
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3774 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-03-20 12:26:10 +00:00
..
__init__.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +00:00
base.py create report sub-package for generic report configuration 2010-03-20 12:26:10 +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()