From 7257c6aad138909ff1ccb9ca18b9aaad3859469b Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Sun, 18 Feb 2024 14:03:41 +0100 Subject: [PATCH] try another import --- nixio/test/xcompat/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixio/test/xcompat/compile.py b/nixio/test/xcompat/compile.py index aa197f8b..f96efa67 100644 --- a/nixio/test/xcompat/compile.py +++ b/nixio/test/xcompat/compile.py @@ -13,7 +13,7 @@ import sysconfig from setuptools._distutils.ccompiler import new_compiler -from setuptools.errors import CompileError, LinkError +from setuptools._distutils.errors import CompileError, LinkError WINDOWS = False