Move modules to /usr/share/opengnsys

fixes2
Vadim vtroshchinskiy 2024-11-26 21:50:13 +01:00
parent 3f3ba60a01
commit bd9120c2ff
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
#
import os
import sys
sys.path.insert(0, "/opt/opengnsys-modules/python3/dist-packages")
sys.path.insert(0, "/usr/share/opengnsys-modules/python3/dist-packages")
import shutil

View File

@ -3,7 +3,7 @@
import os
import sys
sys.path.insert(0, "/opt/opengnsys-modules/python3/dist-packages")
sys.path.insert(0, "/usr/share/opengnsys-modules/python3/dist-packages")
import shutil