aboutsummaryrefslogtreecommitdiffstats
path: root/System/pendulum/initialize_system.py
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-18 13:41:58 -0600
commit4a05620653bddfd087fc631f402d82baee352d3e (patch)
tree625650ec085a807fcff04937e1abd92128794e28 /System/pendulum/initialize_system.py
parentUpdate submodules, again (diff)
downloadee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.gz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.bz2
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.lz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.xz
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.tar.zst
ee4511w-4a05620653bddfd087fc631f402d82baee352d3e.zip
Add requirements, force tests in specific dir
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'System/pendulum/initialize_system.py')
-rw-r--r--System/pendulum/initialize_system.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/System/pendulum/initialize_system.py b/System/pendulum/initialize_system.py
index 38b7134..c016203 100644
--- a/System/pendulum/initialize_system.py
+++ b/System/pendulum/initialize_system.py
@@ -1,6 +1,6 @@
# This file should be run on system startup. It will initialize the linear position to the center so that all tests originate from a proper position.
# The center is found by using the hardware limit switches
-from system import System
+from .system import System
import RPi.GPIO as GPIO
# Main program