From c793fa7e55927483e141921f349c9a81a4d3ae32 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sat, 19 Sep 2020 09:49:33 -0400 Subject: [PATCH] Update toriptables2.py --- toriptables2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toriptables2.py b/toriptables2.py index 0eec958..1602fdc 100755 --- a/toriptables2.py +++ b/toriptables2.py @@ -12,7 +12,7 @@ from commands import getoutput from subprocess import call, check_call, CalledProcessError from os.path import isfile, basename from os import devnull -from sys import stdout, stderr +from sys import exit, stdout, stderr from atexit import register from argparse import ArgumentParser from json import load