From 0d7bb776e2d97d406b726b90090bbfa8df13232b Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 30 Jun 2024 13:16:42 +0300 Subject: Move OptionKey in the option source file. --- unittests/windowstests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unittests/windowstests.py') diff --git a/unittests/windowstests.py b/unittests/windowstests.py index fc56eaa98..8448ab164 100644 --- a/unittests/windowstests.py +++ b/unittests/windowstests.py @@ -17,8 +17,9 @@ import mesonbuild.coredata import mesonbuild.modules.gnome from mesonbuild.mesonlib import ( MachineChoice, is_windows, is_cygwin, python_command, version_compare, - EnvironmentException, OptionKey + EnvironmentException ) +from mesonbuild.options import OptionKey from mesonbuild.compilers import ( detect_c_compiler, detect_d_compiler, compiler_from_language, ) -- cgit v1.2.3