tests: handle NameError when faulthandler is not installed.

issue510
David Wilson 6 years ago
parent 5482b4d528
commit 27a4001f4f

@ -20,7 +20,7 @@ import mitogen.utils
try: try:
import faulthandler import faulthandler
except ImportError: except ImportError:
pass faulthandler = None
try: try:
import urlparse import urlparse

Loading…
Cancel
Save