summaryrefslogtreecommitdiff
path: root/lib/runner.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-10-16 13:58:20 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2020-10-16 13:58:20 +0200
commit81082d00444d3bfd644f2417ef5c1a34d9569a28 (patch)
tree613ddc91d6aeaa551062260e907e47f813d18bff /lib/runner.py
parentf5125e191ab1db62e4167b00f809dba20bc54b6f (diff)
Code aus Lennarts BA-repo
Diffstat (limited to 'lib/runner.py')
-rw-r--r--lib/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/runner.py b/lib/runner.py
index 96627cf..0f44e97 100644
--- a/lib/runner.py
+++ b/lib/runner.py
@@ -17,7 +17,7 @@ import serial.threaded
import subprocess
import sys
import time
-from data.timing.SigrokCLIInterface import SigrokCLIInterface
+from dfatool.lennart.SigrokCLIInterface import SigrokCLIInterface
class SerialReader(serial.threaded.Protocol):