From 2d624686257c18ea44486b1eb03bf95eb4ace9a3 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Sun, 30 Mar 2014 23:47:56 +0200 Subject: [PATCH] Add a comment for the Nose workaround --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7b7dc90..48883d8 100644 --- a/setup.py +++ b/setup.py @@ -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: