Skip to content

Commit

Permalink
Temporary patch for 2.7.3 multiprocessing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed Dec 27, 2013
1 parent d9e1771 commit 6f31064
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import os
import sys
# Temporary patch for issue reported here:
# https://groups.google.com/forum/#!topic/nose-users/fnJ-kAUbYHQ
import multiprocessing # TODO: Remove when Travis-CI updates 2.7 to 2.7.4+
__DIR__ = os.path.abspath(os.path.dirname(__file__))
import codecs
from setuptools import setup
Expand Down

0 comments on commit 6f31064

Please sign in to comment.