Skip to content

Commit 586c102

Browse files
committed
fixed import
1 parent ed74a51 commit 586c102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyobs_flipro/fliprodriver.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cimport numpy as np
1111
np.import_array()
1212

1313

14-
from libflipro cimport *
14+
from pyobs_flipro.libflipro cimport *
1515

1616

1717
cdef class DeviceInfo:

0 commit comments

Comments
 (0)