fixes to use new IO

This commit is contained in:
Vitor Santos Costa
2017-08-09 08:15:51 +01:00
parent 5b5e954dbc
commit a7bc4a3c71
11 changed files with 96 additions and 162 deletions

View File

@@ -12,5 +12,5 @@ if __name__ == '__main__':
if sys.path[0] == '':
del sys.path[0]
from yap_kernel import kernelapp as app
from inprocess.ipkernel import kernelapp as app
app.launch_new_instance()