Move boolcheck to PyShell

This commit is contained in:
Tony Lownds 2002-12-23 18:11:28 +00:00
parent 4a80a3ec21
commit 103ee91410
2 changed files with 4 additions and 7 deletions

View file

@ -12,6 +12,8 @@ import traceback
import types
import exceptions
import boolcheck
import linecache
from code import InteractiveInterpreter