##// END OF EJS Templates
fixining bad attribute access and imports...
fixining bad attribute access and imports in namespace.py _inspect access was done on self instead of self.shell fixing import of source_to_unicode in osm.py that became bad during rebase

File last commit:

r2460:e8303d57
r8313:592894e8
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')