From bd9120c2ff84fe8be93e44cefffd51e3328539cf Mon Sep 17 00:00:00 2001 From: Vadim Troshchinskiy Date: Tue, 26 Nov 2024 21:50:13 +0100 Subject: [PATCH] Move modules to /usr/share/opengnsys --- gitlib/gitlib.py | 2 +- installer/opengnsys_git_installer.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlib/gitlib.py b/gitlib/gitlib.py index fcea47c..04e2a07 100755 --- a/gitlib/gitlib.py +++ b/gitlib/gitlib.py @@ -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 diff --git a/installer/opengnsys_git_installer.py b/installer/opengnsys_git_installer.py index 56ac277..6c631aa 100755 --- a/installer/opengnsys_git_installer.py +++ b/installer/opengnsys_git_installer.py @@ -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