pychecker fixes

svn: r1750
This commit is contained in:
Don Allingham
2003-06-16 04:57:25 +00:00
parent e6e150b63f
commit cf54cbc309
26 changed files with 106 additions and 73 deletions

View File

@@ -44,6 +44,8 @@ import Utils
import Report
import TextDoc
import GenericFilter
import Errors
from intl import gettext as _
from latin_utf8 import utf8_to_latin
@@ -271,6 +273,7 @@ class GraphVizDialog(Report.ReportDialog):
try:
ind_list = self.filter.apply(self.db, self.db.getPersonMap().values())
except Errors.FilterError, msg:
from QuestionDialog import ErrorDialog
(m1,m2) = msg.messages()
ErrorDialog(m1,m2)