diff --git a/gitlib/gitlib.py b/gitlib/gitlib.py index e20065d..3cac7c8 100755 --- a/gitlib/gitlib.py +++ b/gitlib/gitlib.py @@ -9,6 +9,10 @@ # Must have working locales, or unicode strings will fail. Install 'locales', configure /etc/locale.gen, run locale-gen. # import os +import sys +sys.path.insert(0, "/opt/opengnsys/python3/dist-packages") + + import shutil import argparse @@ -17,7 +21,7 @@ import logging import subprocess import json -import sys + from pathlib import Path