##// END OF EJS Templates
Do not inject self in IPython namespace...
Do not inject self in IPython namespace And do not require nemaespace either - this is bad practice, and this prevent from writing a blended content manager that works both with drive and localhost as they shoudl both export themselves to IPython.Contents module.

File last commit:

r14009:6f019b30
r19670:59021ecb
Show More
__main__.py
3 lines | 104 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.testing import iptestcontroller
iptestcontroller.main()