##// END OF EJS Templates
Merge pull request #3624 from minrk/argunicode...
Merge pull request #3624 from minrk/argunicode fix some unicode in zmqhandlers Prevented session identity from being set properly, which in turn prevented stdin from working in the notebook in Python 3. closes #3494

File last commit:

r2460:e8303d57
r11342:62c0f6db 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')