##// END OF EJS Templates
Add function signature info to calltips....
Add function signature info to calltips. Also removed custom ObjectInfo namedtuple according to code review (left as a dict for now, we can make it a list later if really needed). Added the start of some testing for the object inspector and updated the messaging spec.

File last commit:

r2460:e8303d57
r3051:f875d435
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')