summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/idlelib/idle.py')
-rw-r--r--Lib/idlelib/idle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/idle.py b/Lib/idlelib/idle.py
index 449fb0ec90..3b08cae234 100644
--- a/Lib/idlelib/idle.py
+++ b/Lib/idlelib/idle.py
@@ -7,7 +7,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__))