##// END OF EJS Templates
Cast module name to bytes for Py2 ModuleType constructor...
Cast module name to bytes for Py2 ModuleType constructor Closes gh-6282

File last commit:

r14009:6f019b30
r17593:3cfbefe0
Show More
__main__.py
3 lines | 114 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.parallel.apps import ipengineapp as app
app.launch_new_instance()