[FIX] account: add missing import preventing warning exception from r8731 to display correctly

fixup missing import from qdp-launchpad@openerp.com-20130220092832-cvge2q1xxw2aya4c

bzr revid: xal@openerp.com-20130227083820-8v0dw1toxesanyvu
This commit is contained in:
Xavier ALT 2013-02-27 09:38:20 +01:00
parent df1e74d633
commit cf49af54a0
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
import time
from lxml import etree
import openerp.addons.decimal_precision as dp
import openerp.exceptions
from openerp import netsvc
from openerp import pooler