We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f353fbb commit d7c6a54Copy full SHA for d7c6a54
nipype/__init__.py
@@ -56,8 +56,8 @@
56
#del nosetester
57
58
# Set up package information function
59
-#from .pkg_info import get_pkg_info as _get_pkg_info
60
-#get_info = lambda: _get_pkg_info(os.path.dirname(__file__))
+from .pkg_info import get_pkg_info as _get_pkg_info
+get_info = lambda: _get_pkg_info(os.path.dirname(__file__))
61
62
# If this file is exec after being imported, the following lines will
63
# fail
0 commit comments