We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11f8eb2 + 9561483 commit 745b871Copy full SHA for 745b871
nipype/interfaces/base/core.py
@@ -40,9 +40,9 @@
40
41
from .traits_extension import traits, isdefined, TraitError
42
from .specs import (BaseInterfaceInputSpec, CommandLineInputSpec,
43
- StdOutCommandLineInputSpec, MpiCommandLineInputSpec)
+ StdOutCommandLineInputSpec, MpiCommandLineInputSpec,
44
+ get_filecopy_info)
45
from .support import (Bunch, InterfaceResult, NipypeInterfaceError)
-from .specs import get_filecopy_info
46
47
from future import standard_library
48
standard_library.install_aliases()
0 commit comments