mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Move boolcheck to PyShell
This commit is contained in:
parent
4a80a3ec21
commit
103ee91410
2 changed files with 4 additions and 7 deletions
|
@ -12,6 +12,8 @@ import traceback
|
|||
import types
|
||||
import exceptions
|
||||
|
||||
import boolcheck
|
||||
|
||||
import linecache
|
||||
from code import InteractiveInterpreter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue