From 52c38db5728736d2f14db2a5acb3d656c2aba69a Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 10 Apr 2023 12:27:48 -0400 Subject: [PATCH] API: One cycle of backward compat --- mne/utils/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mne/utils/__init__.py b/mne/utils/__init__.py index 2ceef298cae..b67e4ba2fd3 100644 --- a/mne/utils/__init__.py +++ b/mne/utils/__init__.py @@ -23,7 +23,8 @@ _check_edflib_installed, _to_rgb, _soft_import, _check_dict_keys, _check_pymatreader_installed, _import_h5py, _import_h5io_funcs, _import_nibabel, - _import_pymatreader_funcs, _check_head_radius) + _import_pymatreader_funcs, _check_head_radius, + has_nibabel) from .config import (set_config, get_config, get_config_path, set_cache_dir, set_memmap_min_size, get_subjects_dir, _get_stim_channel, sys_info, _get_extra_data_path, _get_root_dir,