aboutsummaryrefslogtreecommitdiffstats
path: root/System/pendulum/initialize_system.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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