* PluginUtils: Add module with Report and Tool utils.

svn: r6121
This commit is contained in:
Alex Roitman
2006-03-09 20:49:29 +00:00
parent 1359e602d2
commit bd67a5ec84
32 changed files with 231 additions and 242 deletions

View File

@@ -43,8 +43,8 @@ import gtk
#
#------------------------------------------------------------------------
import BaseDoc
from PluginUtils import Report, ReportOptions, ReportUtils
from SubstKeywords import SubstKeywords
from PluginUtils import Report, ReportOptions, ReportUtils
pt2cm = ReportUtils.pt2cm
cm2pt = ReportUtils.cm2pt