bzr revid: mra@mra-laptop-20101025104102-ip0z7x2dqp0y6npl
This commit is contained in:
Mustufa Rangwala 2010-10-25 16:11:02 +05:30
parent 443bbac2a3
commit 077baac7af
1 changed files with 2 additions and 1 deletions

View File

@ -19,11 +19,11 @@
#
##############################################################################
from report import report_sxw
import time
import re
import sys
from report import report_sxw
class rml_parse(report_sxw.rml_parse):
def __init__(self, cr, uid, name, context):
@ -145,3 +145,4 @@ class rml_parse(report_sxw.rml_parse):
else:
return Stringer
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: