[Mumps2Py:] [35] lint removal

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


Revision: 35
Author:   pgallot
Date:     2008-01-20 15:01:06 +0000 (Sun, 20 Jan 2008)

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

Modified Paths:
--------------
    trunk/mumps2py_ui.pyw


Modified: trunk/mumps2py_ui.pyw
===================================================================
--- trunk/mumps2py_ui.pyw	2008-01-20 14:58:38 UTC (rev 34)
+++ trunk/mumps2py_ui.pyw	2008-01-20 15:01:06 UTC (rev 35)
@@ -287,7 +287,7 @@
         exec_file = self.file_save()
         if exec_file:
             print "*** Output from %s ***" % exec_file
-            execfile(exec_file,{},{})
+            execfile(exec_file, {}, {})
 
 
     def make_dialog(self):


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