Commit d598fe14 authored by Luke Macken's avatar Luke Macken

Merge pull request #27 from ralphbean/feature/python2.7-tests

Make our unit tests a little happier
parents 617bcd5c 5a628307
import sys
from setuptools import setup, find_packages
try:
# These imports are not used, but make
# tests pass smoothly on python2.7
import multiprocessing
import logging
except Exception:
pass
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