[REM]:account,hr_payroll:remove rml_parse.py file.
[odoo/odoo.git] / addons / account / report / account_partner_ledger.py
index 52e012e..14fd633 100644 (file)
 
 import time
 import re
-
-import rml_parse
 from report import report_sxw
 from common_report_header import common_report_header
 
-class third_party_ledger(rml_parse.rml_parse, common_report_header):
+class third_party_ledger(report_sxw.rml_parse, common_report_header):
 
     def __init__(self, cr, uid, name, context=None):
         super(third_party_ledger, self).__init__(cr, uid, name, context=context)