Commit d5159a83 authored by Ralph Bean's avatar Ralph Bean

Weird hack to make tests work on py2.7.

parent 447b4c40
import sys
from setuptools import setup, find_packages
# These imports are not used, but make tests pass smoothly on python2.7
import multiprocessing
import logging
version = '2.0beta9'
f = open('README.rst')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment