##// END OF EJS Templates
py3compat pass on Session.key...
py3compat pass on Session.key ensure str_to_bytes and bytes_to_str are used to transform Session.key to/from JSON

File last commit:

r2460:e8303d57
r4967:d1cd0afe
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')