From cf40a49af4d8ac3d67d2576de8319b548147696f Mon Sep 17 00:00:00 2001 From: jens Date: Sat, 2 Oct 2021 10:12:28 +0100 Subject: [PATCH] - changed import - changed shebang --- components/actor/stirrerpololu1376.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/actor/stirrerpololu1376.py b/components/actor/stirrerpololu1376.py index 4fc11f3..81b66bb 100644 --- a/components/actor/stirrerpololu1376.py +++ b/components/actor/stirrerpololu1376.py @@ -1,6 +1,6 @@ from contextlib import contextmanager from components import AStirrer -from pololu1376 import * +from components.actor.pololu1376 import * import time import serial