[Mumps2Py:] [71] lint removal |
[ Thread Index |
Date Index
| More lists.mumps2py.org/discuss Archives
]
Revision: 71
Author: pgallot
Date: 2008-01-31 21:20:34 +0000 (Thu, 31 Jan 2008)
Log Message:
-----------
lint removal
Modified Paths:
--------------
trunk/mumps2py_test.py
Modified: trunk/mumps2py_test.py
===================================================================
--- trunk/mumps2py_test.py 2008-01-31 00:11:11 UTC (rev 70)
+++ trunk/mumps2py_test.py 2008-01-31 21:20:34 UTC (rev 71)
@@ -90,7 +90,7 @@
try:
cfg_file = open(cfg_file_name, 'r')
- except IOError, err:
+ except IOError:
cfg_file = open(cfg_file_name, 'w+')
config = ConfigParser.ConfigParser()
config.set("DEFAULT", "id", 0)