Skip to content

Commit

Permalink
Update toriptables2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ruped24 authored Sep 19, 2020
1 parent d909f07 commit c793fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toriptables2.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
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
Expand Down

0 comments on commit c793fa7

Please sign in to comment.