Skip to content

Commit 3ab7e46

Browse files
Fixed import of constants from other test
1 parent 7ba951d commit 3ab7e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/tests/test_parrec2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from nose.tools import assert_equal
77
from mock import Mock, MagicMock
88
from numpy import array as npa
9-
from test_parrec import EG_PAR, VARY_PAR
9+
from nibabel.tests.test_parrec import EG_PAR, VARY_PAR
1010
from os.path import dirname, join, isfile, basename
1111
from ..tmpdirs import InTemporaryDirectory
1212

0 commit comments

Comments
 (0)