From eb92cf76ca76244d73e43878c78d609ce9da9665 Mon Sep 17 00:00:00 2001 From: Eugenio Parodi Date: Tue, 8 Oct 2024 10:07:27 +0100 Subject: [PATCH] Fix Test Error --- tools/check.import.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/check.import.sh b/tools/check.import.sh index 2ff050fd..16f4a310 100755 --- a/tools/check.import.sh +++ b/tools/check.import.sh @@ -29,6 +29,7 @@ __check(){ -e "filebuffer.py:import threading" \ -e "texedit.py:from math import log10, floor" \ -e "string.py:import unicodedata" \ + -e "string.py:from types import GeneratorType" \ -e "progressbar.py:import math" \ -e "uiloader.py:import json" \ -e "uiproperties.py:from .properties.* import" \