summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/idle.pyw
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/idle.pyw')
-rw-r--r--Lib/idlelib/idle.pyw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle.pyw b/Lib/idlelib/idle.pyw
index 2a61720..767db86 100644
--- a/Lib/idlelib/idle.pyw
+++ b/Lib/idlelib/idle.pyw
@@ -5,7 +5,7 @@ except ImportError:
try:
import PyShell
except ImportError:
- print "Can't locate PyShell.py"
+ raise
else:
import os
idledir = os.path.dirname(os.path.abspath(PyShell.__file__))