##// END OF EJS Templates
Made blockbreakers' input encoding detection more robust to strange...
Made blockbreakers' input encoding detection more robust to strange environments. Note: this was commit 251d755362f16c41770 by Evan but I couldn't cherry-pick it because filenames were changed. Applied manually.

File last commit:

r2460:e8303d57
r2674:ee5ae0cb
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')