Skip to content
Snippets Groups Projects
Commit d71e8292 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

fix an unhandled traceback under windows

parent 9f660ed9
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ try:
except ImportError:
try:
import pybonjour
except ImportError:
except: # Linux raises ImportError, Windows raises WindowsError
HAVE_ZEROCONF = False
HAVE_PYCRYPTO = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment