Commit 09db1b2e authored by Hanno Schlichting's avatar Hanno Schlichting

avoid ez_setup boilerplate and print as a statement

parent a1c2aac8
This diff is collapsed.
......@@ -14,16 +14,12 @@
VERSION = "4.0.0dev"
from ez_setup import use_setuptools
use_setuptools()
from setuptools import setup, find_packages
from setuptools.extension import Extension
import os
import sys
if sys.version_info < (2, 6):
print "This version of ZEO requires Python 2.6 or higher"
print("This version of ZEO requires Python 2.6 or higher")
sys.exit(0)
classifiers = """\
......
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