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/xxci.py b/Tools/scripts/xxci.py index 59da43a..8cffc9e 100755 --- a/Tools/scripts/xxci.py +++ b/Tools/scripts/xxci.py
@@ -110,7 +110,7 @@ return sys.stdin.readline() def askyesno(prompt): - s = raw_input(prompt) + s = input(prompt) return s in ['y', 'yes'] if __name__ == '__main__':