Commit 5a628307 authored by Ralph Bean's avatar Ralph Bean

Try, except for python2.4.

parent d5159a83
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
try:
# These imports are not used, but make
# tests pass smoothly on python2.7
import multiprocessing
import logging
except Exception:
pass
version = '2.0beta9'
......
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