mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 11:56:52 +00:00
Add a comment for the Nose workaround
This commit is contained in:
parent
5770b171d5
commit
2d62468625
1 changed files with 1 additions and 0 deletions
1
setup.py
1
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue