Go over history yet again.

This commit is contained in:
rocky
2016-05-08 16:44:17 -04:00
parent b11f6d94f7
commit 739ce7b1fd
2 changed files with 22 additions and 17 deletions

View File

@@ -110,7 +110,7 @@ def main(in_base, out_base, files, codes, outfile=None,
outstream = _get_outstream(outfile)
# print(outfile, file=sys.stderr)
# Try to uncmpile the input file
# Try to uncompile the input file
try:
uncompyle_file(infile, outstream, showasm, showast, showgrammar)
tot_files += 1