Update toriptables2.py
This commit is contained in:
parent
d909f07c88
commit
c793fa7e55
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from commands import getoutput
|
||||||
from subprocess import call, check_call, CalledProcessError
|
from subprocess import call, check_call, CalledProcessError
|
||||||
from os.path import isfile, basename
|
from os.path import isfile, basename
|
||||||
from os import devnull
|
from os import devnull
|
||||||
from sys import stdout, stderr
|
from sys import exit, stdout, stderr
|
||||||
from atexit import register
|
from atexit import register
|
||||||
from argparse import ArgumentParser
|
from argparse import ArgumentParser
|
||||||
from json import load
|
from json import load
|
||||||
|
|
Loading…
Reference in a new issue