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 415da6e commit c626658Copy full SHA for c626658
3 files changed
Lib/idlelib/idle
@@ -7,7 +7,7 @@ except ImportError:
7
try:
8
import PyShell
9
except ImportError:
10
- print "Can't locate PyShell.py"
+ raise
11
else:
12
import os
13
idledir = os.path.dirname(os.path.abspath(PyShell.__file__))
Lib/idlelib/idle.py
@@ -7,7 +7,7 @@
Lib/idlelib/idle.pyw
@@ -5,7 +5,7 @@ except ImportError:
5
6
0 commit comments