| [Mumps2Py:] [50] let's not make this DOS/Windows-centric. | 
[ Thread Index | 
Date Index
| More lists.mumps2py.org/discuss Archives
] 
Revision: 50
Author:   pgallot
Date:     2008-01-24 21:16:40 +0000 (Thu, 24 Jan 2008)
Log Message:
-----------
let's not make this DOS/Windows-centric.
Modified Paths:
--------------
    trunk/mumps2py/mumps_module.py
Modified: trunk/mumps2py/mumps_module.py
===================================================================
--- trunk/mumps2py/mumps_module.py	2008-01-24 21:15:11 UTC (rev 49)
+++ trunk/mumps2py/mumps_module.py	2008-01-24 21:16:40 UTC (rev 50)
@@ -25,7 +25,7 @@
             outname = os.path.basename(name)
         else:
             outname = name
-        self.output_file = outputdir + "\\" + outname + ".py"
+        self.output_file = outputdir + "/" + outname + ".py"
         self.mod_name = outname
         self.start = startline
         self.end = endline