From 641a3d3d4980fbdc1c53e797ec2985e5ec33a986 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 24 Jun 2026 19:46:58 +0530 Subject: [PATCH] ... --- kitty_tests/check_build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/check_build.py b/kitty_tests/check_build.py index 956154032..0452794e3 100644 --- a/kitty_tests/check_build.py +++ b/kitty_tests/check_build.py @@ -35,7 +35,7 @@ class TestBuild(BaseTest): del fdt, rsync def test_loading_shaders(self) -> None: - from kitty.shaders import Program + from kitty.shaders.legacy import Program for name in 'cell border bgimage tint graphics'.split(): Program(name)