##// END OF EJS Templates
Updating JS URL scheme to use embedded data....
Updating JS URL scheme to use embedded data. All ajax requests from JS now use the data-base-project-url and data-base-kernel-url data attributes set on the body.

File last commit:

r2460:e8303d57
r5106:e45f7061
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')