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" \