summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/run.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-06-14 03:33:20 (GMT)
committerKurt B. Kaiser <kbk@shore.net>2003-06-14 03:33:20 (GMT)
commitb3a0a666f26546ca0b39e61b2dc6e2f9c7d2926e (patch)
tree8f0e8231ac76f2b45f21e8dbed43f54cb8947740 /Lib/idlelib/run.py
parentae8bbff2313afc3ad9a5c69795ca4667fae45041 (diff)
downloadcpython-b3a0a666f26546ca0b39e61b2dc6e2f9c7d2926e.zip
cpython-b3a0a666f26546ca0b39e61b2dc6e2f9c7d2926e.tar.gz
cpython-b3a0a666f26546ca0b39e61b2dc6e2f9c7d2926e.tar.bz2
Remove the 2.2 compatibility module boolcheck.py and related code
M PyShell.py R boolcheck.py M run.py
Diffstat (limited to 'Lib/idlelib/run.py')
-rw-r--r--Lib/idlelib/run.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/run.py b/Lib/idlelib/run.py
index 7ff8b55..be91d54 100644
--- a/Lib/idlelib/run.py
+++ b/Lib/idlelib/run.py
@@ -7,8 +7,6 @@ import thread
import threading
import Queue
-import boolcheck
-
import CallTips
import RemoteDebugger
import RemoteObjectBrowser