Add a comment for the Nose workaround

This commit is contained in:
Florent Xicluna 2014-03-30 23:47:56 +02:00
parent 5770b171d5
commit 2d62468625

View file

@ -2,6 +2,7 @@
from __future__ import with_statement
from setuptools import setup
try:
# Work around a traceback with Nose on Python 2.6
# http://bugs.python.org/issue15881#msg170215
import multiprocessing
except ImportError: