From eaa26d3672e5353f8160ff6330135252c934e410 Mon Sep 17 00:00:00 2001 From: dj2ls Date: Mon, 20 Dec 2021 11:15:32 +0100 Subject: [PATCH] updated to new folder structure Ooops, I forgot this file...where's my brain... --- test/t48_8_short.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t48_8_short.py b/test/t48_8_short.py index f76cd5b2..480062b8 100644 --- a/test/t48_8_short.py +++ b/test/t48_8_short.py @@ -18,7 +18,7 @@ from ctypes import * import pathlib import argparse import sys -sys.path.insert(0,'../..') +sys.path.insert(0,'..') from tnc import codec2 import numpy as np