summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/compileall.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/compileall.py b/Lib/compileall.py
index 49537fd..1a0b7cc 100644
--- a/Lib/compileall.py
+++ b/Lib/compileall.py
@@ -70,8 +70,6 @@ def compile_dir(dir, maxlevels=10, ddir=None,
print 'Compiling', fullname, '...'
try:
ok = py_compile.compile(fullname, None, dfile, True)
- except KeyboardInterrupt:
- raise KeyboardInterrupt
except py_compile.PyCompileError,err:
if quiet:
print 'Compiling', fullname, '...'