Skip to content

Commit da5ed54

Browse files
authored
Update nitime/utils.py
1 parent e9d01a2 commit da5ed54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def detect_lines(s, tapers, p=None, **taper_kws):
881881

882882
# If we can get it, we want the cythonized version
883883
try:
884-
from ._utils import tridisolve
884+
from nitime._utils import tridisolve
885885

886886
# If that doesn't work, we define it here:
887887
except ImportError:

0 commit comments

Comments
 (0)