except: -> except Exception:

This commit is contained in:
Yann Leboulanger 2009-05-07 11:30:46 +00:00
parent f9157df2fb
commit 23c6c708cd

View file

@ -154,7 +154,7 @@ try:
except ImportError: except ImportError:
try: try:
import pybonjour import pybonjour
except: # Linux raises ImportError, Windows raises WindowsError except Exception: # Linux raises ImportError, Windows raises WindowsError
HAVE_ZEROCONF = False HAVE_ZEROCONF = False
HAVE_PYCRYPTO = True HAVE_PYCRYPTO = True