Skip to content

Commit 987c191

Browse files
author
bpinsard
committed
importfix
1 parent d78dc1d commit 987c191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
TraitedSpec, BaseInterface, Directory,
2424
InputMultiPath, OutputMultiPath,
2525
BaseInterfaceInputSpec)
26-
from nipype.utils.filemanip import (list_to_filename, filename_to_list)
26+
from nipype.utils.filemanip import (list_to_filename, filename_to_list, split_filename)
2727
from nibabel import load
2828

2929
warn = warnings.warn

0 commit comments

Comments
 (0)