From 778f1399ce9b068b290a25ca275367035d91c89d Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Thu, 14 Mar 2019 06:43:59 +0100
Subject: runner: add missing include for exception handler

---
 lib/runner.py | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib')

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):
-- 
cgit v1.2.3