##// END OF EJS Templates
Backport PR #8805: only require gnureadline on CPython...
Backport PR #8805: only require gnureadline on CPython Slight shenanigans to workaround [setuptools#147](https://bitbucket.org/pypa/setuptools/pull-requests/147), where setuptools misspells 'platform_python_implementation' as 'python_implementation'. closes #8804

File last commit:

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