From 8b8678853d87f20b60de71325398fa3822eecabf Mon Sep 17 00:00:00 2001 From: dj2ls Date: Sun, 19 Dec 2021 16:10:39 +0100 Subject: [PATCH] new codec2.py location forgot this file.... --- test/000_resampler/t48_8_short.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/000_resampler/t48_8_short.py b/test/000_resampler/t48_8_short.py index e982410f..f76cd5b2 100644 --- a/test/000_resampler/t48_8_short.py +++ b/test/000_resampler/t48_8_short.py @@ -18,8 +18,8 @@ from ctypes import * import pathlib import argparse import sys -sys.path.insert(0,'..') -import codec2 +sys.path.insert(0,'../..') +from tnc import codec2 import numpy as np # dig some constants out