fixed bug that caused test0001.bash to fail

This commit is contained in:
Guillaume Raffy 2019-10-01 12:37:57 +02:00
parent fe389f7897
commit 41c9263f81
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
"""Image processing using imagej.
"""
from imageengine import IImage, IImageEngine
from lipase.imageengine import IImage, IImageEngine
from ij import IJ # pylint: disable=import-error
from ij.plugin import ImageCalculator # pylint: disable=import-error
from ijopencv.ij import ImagePlusMatConverter # pylint: disable=import-error