From 5ac217f518ee471c9599c75b836afea1bd92b064 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Feb 2022 16:43:50 -0600 Subject: Fix the tests so they actually work Signed-off-by: Matt Strapp --- System/Tests/samTestScript.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'System/Tests/samTestScript.py') diff --git a/System/Tests/samTestScript.py b/System/Tests/samTestScript.py index 5f9312f..86e95bf 100644 --- a/System/Tests/samTestScript.py +++ b/System/Tests/samTestScript.py @@ -1,7 +1,4 @@ - -import sys -sys.path.insert(0, '/home/pi/pendulum/System') -from System.system import System +from pendulum import System import time from sys import exit #import pandas -- cgit v1.2.3