From 1a13b57a8bf69a5d3e84e2c6b68a6d76bd02b7ae Mon Sep 17 00:00:00 2001 From: "Anup (OpenERP)" Date: Mon, 4 Oct 2010 15:00:00 +0530 Subject: [PATCH] [REF] account : Corrections in account report bzr revid: ach@tinyerp.com-20101004093000-j71sohta6hsyem9t --- addons/account/report/rml_parse.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/addons/account/report/rml_parse.py b/addons/account/report/rml_parse.py index cc8299b..0c7018a 100644 --- a/addons/account/report/rml_parse.py +++ b/addons/account/report/rml_parse.py @@ -21,12 +21,10 @@ from report import report_sxw import xml.dom.minidom -import os, time +import time import osv import re -import tools import pooler -import re import sys -- 1.7.10.4