Avoid an "imported but unused" warning

This commit is contained in:
Florent Xicluna 2014-04-27 00:44:42 +02:00
parent ee00aa1d66
commit a3ecfbaaf8

View file

@ -4,7 +4,7 @@ from setuptools import setup
try:
# Work around a traceback with Nose on Python 2.6
# http://bugs.python.org/issue15881#msg170215
import multiprocessing
__import__('multiprocessing')
except ImportError:
pass