##// END OF EJS Templates
Merge pull request #1652 from minrk/zmqcompat...
Merge pull request #1652 from minrk/zmqcompat add patch_pyzmq() for backporting a few changes from newer pyzmq * fixes missing constants in super-old pyzmq * define ioloop.install if not defined * never allow jsonlib to be used by zmq.utils.jsonapi (#1520). Closes #1520.

File last commit:

r2460:e8303d57
r6632:64a50619 merge
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')