summaryrefslogtreecommitdiffstats
path: root/Doc/tools/keywords.py
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/tools/keywords.py')
-rw-r--r--Doc/tools/keywords.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/tools/keywords.py b/Doc/tools/keywords.py
index 9f32056..3344021 100644
--- a/Doc/tools/keywords.py
+++ b/Doc/tools/keywords.py
@@ -2,6 +2,12 @@
# This Python program sorts and reformats the table of keywords in ref2.tex
+def raw_input(prompt):
+ import sys
+ sys.stdout.write(prompt)
+ sys.stdout.flush()
+ return sys.stdin.readline()
+
l = []
try:
while 1: