summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/rlcompleter.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/rlcompleter.py b/Lib/rlcompleter.py
index 8775730..7c7553e 100644
--- a/Lib/rlcompleter.py
+++ b/Lib/rlcompleter.py
@@ -163,4 +163,3 @@ else:
# contents are quasi-immortal, and the completer function holds a
# reference to globals).
atexit.register(lambda: readline.set_completer(None))
-