Separate some general code from GUI specific code - particularly for graph generators so that graphs can be generated from the CLI.

svn: r16838
This commit is contained in:
Brian Matherly
2011-03-17 03:02:36 +00:00
parent 12a01f6700
commit e6befe67b9
15 changed files with 959 additions and 1049 deletions

View File

@@ -68,6 +68,9 @@ src/gen/plug/_pluginreg.py
src/gen/plug/docbackend/docbackend.py
src/gen/plug/utils.py
# gen docgen API
src/gen/plug/docgen/graphdoc.py
# plugin report base API (was ReportBase)
src/gen/plug/report/_constants.py
src/gen/plug/report/_paper.py