Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8bbff commit b3a0a66Copy full SHA for b3a0a66
3 files changed
Lib/idlelib/PyShell.py
@@ -19,9 +19,6 @@
19
from Tkinter import *
20
import tkMessageBox
21
22
-# Preserve 2.2 compatibility for Mac OS X:
23
-import boolcheck
24
-
25
from EditorWindow import EditorWindow, fixwordbreaks
26
from FileList import FileList
27
from ColorDelegator import ColorDelegator
Lib/idlelib/boolcheck.py
Lib/idlelib/run.py
@@ -7,8 +7,6 @@
7
import threading
8
import Queue
9
10
11
12
import CallTips
13
import RemoteDebugger
14
import RemoteObjectBrowser
0 commit comments