Skip to content

Commit 6c7436e

Browse files
committed
update specs
1 parent 1880079 commit 6c7436e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

nipype/interfaces/tests/test_auto_AssertEqual.py renamed to nipype/interfaces/utility/tests/test_auto_AssertEqual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import AssertEqual
2+
from ..base import AssertEqual
33

44

55
def test_AssertEqual_inputs():

nipype/interfaces/tests/test_auto_CSVReader.py renamed to nipype/interfaces/utility/tests/test_auto_CSVReader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import CSVReader
2+
from ..csv import CSVReader
33

44

55
def test_CSVReader_inputs():

nipype/interfaces/tests/test_auto_Function.py renamed to nipype/interfaces/utility/tests/test_auto_Function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import Function
2+
from ..wrappers import Function
33

44

55
def test_Function_inputs():

nipype/interfaces/tests/test_auto_IdentityInterface.py renamed to nipype/interfaces/utility/tests/test_auto_IdentityInterface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import IdentityInterface
2+
from ..base import IdentityInterface
33

44

55
def test_IdentityInterface_inputs():

nipype/interfaces/tests/test_auto_Merge.py renamed to nipype/interfaces/utility/tests/test_auto_Merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import Merge
2+
from ..base import Merge
33

44

55
def test_Merge_inputs():

nipype/interfaces/tests/test_auto_Rename.py renamed to nipype/interfaces/utility/tests/test_auto_Rename.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import Rename
2+
from ..base import Rename
33

44

55
def test_Rename_inputs():

nipype/interfaces/tests/test_auto_Select.py renamed to nipype/interfaces/utility/tests/test_auto_Select.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import Select
2+
from ..base import Select
33

44

55
def test_Select_inputs():

nipype/interfaces/tests/test_auto_Split.py renamed to nipype/interfaces/utility/tests/test_auto_Split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTO-GENERATED by tools/checkspecs.py - DO NOT EDIT
2-
from ..utility import Split
2+
from ..base import Split
33

44

55
def test_Split_inputs():

0 commit comments

Comments
 (0)