Skip to content

Commit 9ba3581

Browse files
committed
FIX: Relative imports finds correct config
1 parent 4801a4c commit 9ba3581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/utils/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def stop_display(self):
322322
@atexit.register
323323
def free_display():
324324
"""Stop virtual display (if it is up)"""
325-
from nipype import config
326-
from nipype import logging
325+
from .. import config
326+
from .. import logging
327327
config.stop_display()
328328
logging.getLogger('interface').info('Closing display (if virtual)')

0 commit comments

Comments
 (0)