Skip to content

Commit d7c6a54

Browse files
committed
restore get_info in nipype/__init__.py
1 parent f353fbb commit d7c6a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
#del nosetester
5757

5858
# 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__))
59+
from .pkg_info import get_pkg_info as _get_pkg_info
60+
get_info = lambda: _get_pkg_info(os.path.dirname(__file__))
6161

6262
# If this file is exec after being imported, the following lines will
6363
# fail

0 commit comments

Comments
 (0)