nixos/tests/kbd-update-search-paths: explicitly import re

Changed files
+1
nixos
+1
nixos/tests/kbd-update-search-paths-patch.nix
···
testScript = ''
command = "${pkgs.kbd}/bin/setfont ter-112n 2>&1"
(status, out) = machine.execute(command)
+
import re
pattern = re.compile(r".*Unable to find file:.*")
match = pattern.match(out)
if match: