this little exception dance is pointless

This commit is contained in:
Benjamin Peterson 2010-03-15 02:58:24 +00:00
parent d72ca858a6
commit ca02f3a4d6

View file

@ -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, '...'