##// END OF EJS Templates
remove use of utils.flatten...
remove use of utils.flatten use `list(chain.from_iterable))` which is equivalent

File last commit:

r20957:16fd1e32
r21171:40f50cd7
Show More
__main__.py
3 lines | 105 B | text/x-python | PythonLexer
Min RK
bigsplit: ipython_kernel
r20955 if __name__ == '__main__':
Min RK
remove ipython_kernel.zmq sub-pkg
r20957 from ipython_kernel import kernelapp as app
Min RK
bigsplit: ipython_kernel
r20955 app.launch_new_instance()