Update toriptables2.py

This commit is contained in:
Rupert Edwards 2020-09-19 09:49:33 -04:00 committed by GitHub
parent d909f07c88
commit c793fa7e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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