Kaydet (Commit) adc93b94 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

don't use a catch-all

üst 7fb00ad1
......@@ -12,7 +12,7 @@ import sys, os, re, getopt
# our pysource module finds Python source files
try:
import pysource
except:
except ImportError:
# emulate the module with a simple os.walk
class pysource:
has_python_ext = looks_like_python = can_be_compiled = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment