mirror of
https://github.com/wassname/blender_ipython.git
synced 2026-09-09 11:18:46 +08:00
fix name which I forgot to change
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
import sys
|
||||
|
||||
if sys.argv[1:2] == ['kernel']:
|
||||
from blender_ipython_kernel import launch_kernel
|
||||
from blender_ipython_wrapper import launch_kernel
|
||||
launch_kernel(sys.argv[1:])
|
||||
else:
|
||||
from os.path import abspath, dirname, join as pathjoin
|
||||
|
||||
Reference in New Issue
Block a user