Skip to content

Commit

Permalink
Merge pull request #1208 from Factral/master
Browse files Browse the repository at this point in the history
ENH: Make imagestats module available on ``import nibabel``
  • Loading branch information
effigies authored Feb 28, 2023
2 parents b8b57cc + 0427e14 commit 3a4cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nibabel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# module imports
from . import analyze as ana
from . import ecat, mriutils
from . import ecat, imagestats, mriutils
from . import nifti1 as ni1
from . import spm2analyze as spm2
from . import spm99analyze as spm99
Expand Down

0 comments on commit 3a4cc5e

Please sign in to comment.