[Mumps2Py:] [79] lint removal

[ Thread Index | Date Index | More lists.mumps2py.org/discuss Archives ]


Revision: 79
Author:   pgallot
Date:     2008-02-04 05:09:23 +0000 (Mon, 04 Feb 2008)

Log Message:
-----------
lint removal

Modified Paths:
--------------
    trunk/mumps2py/mumps_module.py


Modified: trunk/mumps2py/mumps_module.py
===================================================================
--- trunk/mumps2py/mumps_module.py	2008-02-01 20:20:02 UTC (rev 78)
+++ trunk/mumps2py/mumps_module.py	2008-02-04 05:09:23 UTC (rev 79)
@@ -179,7 +179,7 @@
     for filter_re in info['filter_in']:
         routine_filter.add_in_filter(filter_re)
 
-    modules=[]
+    modules = []
     for routine, start, end in info['index']:
         if routine_filter.accept(routine):
             modules.append( ModuleInfo(inputfile, outputdir,


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/