commit | 8d365c323ffdaf98694671d82fb1d4d7af41eaf8 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Tue Feb 12 15:45:50 2008 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Tue Feb 12 15:45:50 2008 +0000 |
tree | b84699581a1d26c11e7ae17f8e4f0911c4ca969f | |
parent | e0d30ef0cab80e7584ac3264985746812ccd6b0d [diff] |
what??! Correct r60225.
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index 08f0b3d..681ff1e 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py
@@ -143,7 +143,7 @@ try: cfgFile = open(fname, 'w') except IOError: - fname.unlink() + os.unlink(fname) cfgFile = open(fname, 'w') self.write(cfgFile) else: