Fix for additional module dependencies

This commit is contained in:
Dirk Alders 2025-08-17 12:58:55 +02:00
parent 320059a9ce
commit b0f0034af1

View File

@ -14,6 +14,7 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('pylibs'))