##// END OF EJS Templates
Fixing small bugs in ipcluster stuff....
Fixing small bugs in ipcluster stuff. Recently, I changed the way traited classes were working to all keyword args in __init__. I had forget to update a few things to reflect this.

File last commit:

r2460:e8303d57
r2768:3991b816
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')