##// END OF EJS Templates
move test_lexers to lib/tests...
move test_lexers to lib/tests to match the module it tests

File last commit:

r21212:244bf603
r21232:77e5eee4
Show More
__main__.py
3 lines | 109 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
Min RK
jupyter_notebook imports
r21212 from jupyter_notebook import notebookapp as app
MinRK
add `python -m` entry points for everything
r14009 app.launch_new_instance()