commit | 8efadf5d6613e76dfc5476f58adb9a2135173129 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri May 16 15:23:30 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri May 16 15:23:30 2008 +0000 |
tree | 93ea7c3914c65801cd3844aa0ea1304676076940 | |
parent | d11ae5d6ecda1d233af651a360c9f9140992f05d [diff] [blame] |
Ran 2to3 over scripts directory.
diff --git a/Tools/scripts/fixdiv.py b/Tools/scripts/fixdiv.py index a4b4f21..8b15cc6 100755 --- a/Tools/scripts/fixdiv.py +++ b/Tools/scripts/fixdiv.py
@@ -158,7 +158,7 @@ warnings = readwarnings(args[0]) if warnings is None: return 1 - files = warnings.keys() + files = list(warnings.keys()) if not files: print("No classic division warnings read from", args[0]) return