This commit is contained in:
Kovid Goyal 2026-06-24 19:46:58 +05:30
parent a8d244acaa
commit 7f2d577a94
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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)