2006-07-04 Don Allingham <don@gramps-project.org>

* various: pyflakes fixes



svn: r6992
This commit is contained in:
Don Allingham
2006-07-04 23:38:51 +00:00
parent 1e89ee38c9
commit 835329191f
38 changed files with 75 additions and 78 deletions

View File

@ -35,7 +35,6 @@ __revision__ = "$Revision$"
import os
from gettext import gettext as _
from bsddb import db
from cStringIO import StringIO
#-------------------------------------------------------------------------