Skip to content

Commit

Permalink
Remove multiprocessing import as Travis-CI has upgraded to 2.7.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
hfaran committed May 4, 2014
1 parent b815f5e commit 96bde69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.py
@@ -1,8 +1,5 @@
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 96bde69

Please sign in to comment.