##// END OF EJS Templates
fix handling of unicode in KV loader...
fix handling of unicode in KV loader CaselessStrEnum had to be updated to typecheck basestring instead of str tests included

File last commit:

r2460:e8303d57
r4162:48b0ab3f
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')