diff -r b0996e4a289e -r 1d8dd9706f46 eric4config.py --- 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)