modernisation for python 3.11

This commit is contained in:
Jörg Thalheim
2023-11-29 12:40:48 +01:00
committed by Mic92
parent 7d755beca6
commit 6f0722c692
38 changed files with 160 additions and 163 deletions

View File

@@ -6,9 +6,9 @@ import shlex
import subprocess
import sys
import tempfile
from collections.abc import Iterator
from pathlib import Path
from threading import Condition, Thread
from typing import Iterator
from uuid import UUID
from ..nix import nix_build, nix_config, nix_eval, nix_shell