mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove the 2.2 compatibility module boolcheck.py and related code
M PyShell.py R boolcheck.py M run.py
This commit is contained in:
parent
ae8bbff231
commit
b3a0a666f2
3 changed files with 0 additions and 14 deletions
|
@ -19,9 +19,6 @@ from code import InteractiveInterpreter
|
|||
from Tkinter import *
|
||||
import tkMessageBox
|
||||
|
||||
# Preserve 2.2 compatibility for Mac OS X:
|
||||
import boolcheck
|
||||
|
||||
from EditorWindow import EditorWindow, fixwordbreaks
|
||||
from FileList import FileList
|
||||
from ColorDelegator import ColorDelegator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue