diff --git a/python/MontagePy/templates/template.pyx b/python/MontagePy/templates/template.pyx index 4205ea96..4da9d6f1 100644 --- a/python/MontagePy/templates/template.pyx +++ b/python/MontagePy/templates/template.pyx @@ -1,6 +1,6 @@ # http://stackoverflow.com/questions/17014379/cython-cant-convert-python-object-to-double -cimport wrappers +from . cimport wrappers cimport cpython.array as _array