commit | 103ee9141082db6537c7957b6e07c74f94489df4 | [log] [tgz] |
---|---|---|
author | Tony Lownds <tony@lownds.com> | Mon Dec 23 18:11:28 2002 +0000 |
committer | Tony Lownds <tony@lownds.com> | Mon Dec 23 18:11:28 2002 +0000 |
tree | 82792a4d7fe5669ee98452a2ec9b1ecaff8c3f77 | |
parent | 4a80a3ec21cd1e34ff1907afe998f8305aafa232 [diff] [blame] |
Move boolcheck to PyShell
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 5b4744e..ffdde4e 100644 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py
@@ -12,6 +12,8 @@ import types import exceptions +import boolcheck + import linecache from code import InteractiveInterpreter