F39 and Qubes 4.2, no longer F37 and Qubes 4.1.

This commit is contained in:
Manuel Amador (Rudd-O) 2024-02-20 12:16:11 +00:00
parent 6014c6f190
commit d1af78c00b
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#!/usr/bin/python3 -u
try:
from shlex import quote
except ImportError:
from pipes import quote
except ImportError:
from shlex import quote
import os
import subprocess
import sys

View File

@ -1 +1 @@
["RELEASE": "q4.1 36 37 38"]
["RELEASE": "q4.2 38 39"]