eric4config.py

changeset 12
1d8dd9706f46
parent 0
de9c2efb9d02
--- a/eric4config.py	Fri Jan 01 16:11:36 2010 +0000
+++ b/eric4config.py	Sat Jan 02 15:11:35 2010 +0000
@@ -40,4 +40,4 @@
     except KeyError:
         pass
 
-    raise AttributeError, '"%s" is not a valid configuration value' % name
+    raise AttributeError('"%s" is not a valid configuration value' % name)

eric ide

mercurial