fix name which I forgot to change

This commit is contained in:
Mathias Panzenböck
2014-11-21 01:48:49 +01:00
parent 0d75e19732
commit 3c3e09b49a
+1 -1
View File
@@ -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