Skip to content

Commit 8a8fb94

Browse files
committed
fixed import from utils to ls
1 parent 60adb3f commit 8a8fb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/nib-ls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Output a summary table for neuroimaging files (resolution, dimensionality, etc.)
1212
"""
1313

14-
from nibabel.cmdline.utils import main
14+
from nibabel.cmdline.ls import main
1515

1616

1717
if __name__ == '__main__':

0 commit comments

Comments
 (0)