diff --git a/run.py b/run.py index 11650a8..c9f87d5 100644 --- a/run.py +++ b/run.py @@ -37,6 +37,7 @@ if getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS'): else: s = os.path.realpath(__file__) sp = pUp(s) +sys.path = [sp] + sys.path # script start version = (0,0,0,"alpha") @@ -252,4 +253,4 @@ def main(): opusnt.target["index"] += 1 if __name__ == "__main__": - main() \ No newline at end of file + main()