* src/Report.py: Switch to using short format names. Fix templates.

* src/Plugins.py: Switch to using short format names.
* src/PluginMgr.py: Switch to using short format names.
* src/ReportOptions.py: Switch to using short format names.


svn: r3905
This commit is contained in:
Alex Roitman
2005-01-12 03:29:02 +00:00
parent 94a9a554de
commit 4e1f122272
5 changed files with 46 additions and 14 deletions

View File

@ -283,7 +283,7 @@ def register_book_doc(name,classref, table, paper, style, ext, clname=''):
return
if not clname:
clname = ext[1:]
bookdoc_list.append((name,classref,table,paper,style,ext,clname))
bookdoc_list.append((name,classref,table,paper,style,ext,None,clname))
#-------------------------------------------------------------------------
#