diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/runner.py b/lib/runner.py index e0d51f4..87c41c5 100644 --- a/lib/runner.py +++ b/lib/runner.py @@ -14,6 +14,7 @@ import re import serial import serial.threaded import subprocess +import sys import time class SerialReader(serial.threaded.Protocol): |