diff --git a/src/pymodaq_plugins_template/extensions/custom_extension_template.py b/src/pymodaq_plugins_template/extensions/custom_extension_template.py index 134974e..0accd26 100644 --- a/src/pymodaq_plugins_template/extensions/custom_extension_template.py +++ b/src/pymodaq_plugins_template/extensions/custom_extension_template.py @@ -5,7 +5,7 @@ from pymodaq_utils.logger import set_logger, get_module_name from pymodaq.utils.config import get_set_preset_path -from pymodaq.extensions.utils import CustomExt +from pymodaq.extensions.custom_ext import CustomExt # todo: replace here *pymodaq_plugins_template* by your plugin package name