##// END OF EJS Templates
Backport PR #5699: don't use common names in require decorators...
Backport PR #5699: don't use common names in require decorators causes kwarg collisions if the depended-upon function has the same name. closes #5698

File last commit:

r14009:6f019b30
r16620:7dab6a92
Show More
__main__.py
3 lines | 102 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.terminal.console import app
app.launch_new_instance()