Start to DRY Python 3.4 and 3.5 scanners

This commit is contained in:
rocky
2016-05-14 16:55:44 -04:00
parent 51df8d8cbe
commit 1d9ab4e1d1
4 changed files with 144 additions and 69 deletions

View File

@@ -6,7 +6,7 @@
from __future__ import print_function
import sys, os, getopt
program = os.path.splitext(os.path.basename(__file__))
program, ext = os.path.splitext(os.path.basename(__file__))
__doc__ = """
Usage: