Move modules to /usr/share/opengnsys
parent
3f3ba60a01
commit
bd9120c2ff
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue