##// END OF EJS Templates
Merge pull request #8388 from Carreau/nightly...
Merge pull request #8388 from Carreau/nightly run test on 3.5

File last commit:

r21206:fd7167e6
r21322:11eb7b9e merge
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
if __name__ == '__main__':
from ipython_kernel import kernelapp as app
app.launch_new_instance()