From cf6bd4ed5439aac2340c8a550f86ce5895dc9bb3 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Thu, 8 May 2025 09:08:30 +0200 Subject: [PATCH] t.py:add home to sys.path --- t.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t.py b/t.py index 2c3868a..d552a03 100644 --- a/t.py +++ b/t.py @@ -1,3 +1,6 @@ +import sys +from os.path import expanduser +sys.path.append(expanduser('~')) import time import math import numpy as np