##// END OF EJS Templates
Convert cpasted code to unicode on Python 2...
Convert cpasted code to unicode on Python 2 Closes gh-7676 No test, because this is very awkward code to test, but I can't reproduce the error manually after this change.

File last commit:

r14009:6f019b30
r20327:f1ebed45
Show More
__main__.py
3 lines | 102 B | text/x-python | PythonLexer
MinRK
add `python -m` entry points for everything
r14009 if __name__ == '__main__':
from IPython.terminal.console import app
app.launch_new_instance()