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 9c2fbb5 commit e23ca3cCopy full SHA for e23ca3c
3 files changed
Lib/idlelib/idle
@@ -2,8 +2,9 @@
2
3
try:
4
import idlelib.PyShell
5
- idlelib.PyShell.main()
6
except ImportError:
7
# IDLE is not installed, but maybe PyShell is on sys.path:
8
import PyShell
9
PyShell.main()
+else:
10
+ idlelib.PyShell.main()
Lib/idlelib/idle.py
Lib/idlelib/idle.pyw
0 commit comments