##// END OF EJS Templates
catch unicode error listing profiles...
catch unicode error listing profiles there can be garbage files on the filesystem, and we shouldn't be bothered by them.

File last commit:

r2460:e8303d57
r12779:f317cad8
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')