From 1c5c81d2cdb1349efce21ee9db64dca840458179 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 14 Jul 2022 15:16:33 +0200 Subject: [PATCH] tests - add missing import --- tests/AutoconfTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AutoconfTest.py b/tests/AutoconfTest.py index e66e8137e..5649d156a 100644 --- a/tests/AutoconfTest.py +++ b/tests/AutoconfTest.py @@ -1,7 +1,7 @@ from Test import Test from os.path import isdir, join, isfile from os import chown, walk, getenv, listdir -from shutil import copytree +from shutil import copytree, rmtree from traceback import format_exc from subprocess import run from time import sleep