##// END OF EJS Templates
adding tests for named_notebook_path...
adding tests for named_notebook_path I want to do some refactoring, so I'll put in some tests that will define the behavior that I want to preserve, so I can verify that my refactoring hasn't broken anything.

File last commit:

r2460:e8303d57
r13025:507d4fb9
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')