[REF] report_intrastat: removed openerp.pooler imports.

bzr revid: vmt@openerp.com-20130327134439-wmkyp2w02xdtmoke
This commit is contained in:
Vo Minh Thu 2013-03-27 14:44:39 +01:00
parent 245f0fe9f8
commit baa0cea173
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
import time
from openerp.report import report_sxw
from openerp import pooler
class account_invoice_intrastat(report_sxw.rml_parse):
def __init__(self, cr, uid, name, context):