Added missing import

svn: r12818
This commit is contained in:
Doug Blank 2009-07-19 22:07:41 +00:00
parent ffe12ceceb
commit 64f2e01340

View File

@ -25,6 +25,7 @@
from ReportBase import CATEGORY_QR_MISC
from Simple import SimpleAccess, SimpleDoc, SimpleTable
from gen.plug import PluginManager
from gettext import gettext as _
def run(database, document, attribute, value=None):
sdb = SimpleAccess(database)