##// END OF EJS Templates
Remove Python 2 shim....
Remove Python 2 shim. There was some recent bugs where doctests were not ran, so slowly clearing and checking other doctest for later refactor

File last commit:

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