From 4f863ab71da05e36e501497eb1dab42cdee577f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdulkadir=20Furkan=20=C5=9Eanl=C4=B1?= Date: Thu, 17 Jan 2019 18:31:22 +0100 Subject: [PATCH] Add forgotten import --- ib-clearance.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ib-clearance.py b/ib-clearance.py index d6c77b8..2c76efb 100755 --- a/ib-clearance.py +++ b/ib-clearance.py @@ -17,6 +17,7 @@ import sqlite3 import time from os import name +from sys import exit # Windows has standard library getch, use that. if name == "nt":