Skip to content

Commit 3a4cc5e

Browse files
authored
Merge pull request #1208 from Factral/master
ENH: Make imagestats module available on ``import nibabel``
2 parents b8b57cc + 0427e14 commit 3a4cc5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
# module imports
4141
from . import analyze as ana
42-
from . import ecat, mriutils
42+
from . import ecat, imagestats, mriutils
4343
from . import nifti1 as ni1
4444
from . import spm2analyze as spm2
4545
from . import spm99analyze as spm99

0 commit comments

Comments
 (0)