[REF]
authorMustufa Rangwala <mra@mra-laptop>
Mon, 25 Oct 2010 10:41:02 +0000 (16:11 +0530)
committerMustufa Rangwala <mra@mra-laptop>
Mon, 25 Oct 2010 10:41:02 +0000 (16:11 +0530)
bzr revid: mra@mra-laptop-20101025104102-ip0z7x2dqp0y6npl

addons/account/report/rml_parse.py

index 91fc986..c71c025 100644 (file)
 #
 ##############################################################################
 
-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:
\ No newline at end of file