Get ready for release 2.9.7

Some of the many lint things. Linting is kind of stupid though.
This commit is contained in:
rocky
2016-12-04 07:31:34 -05:00
parent 9cc2700160
commit d22931cb49
18 changed files with 134 additions and 32 deletions

View File

@@ -49,7 +49,6 @@ def uncompyle(
raise pysource.SourceWalkerError(str(e))
def uncompyle_file(filename, outstream=None, showasm=None, showast=False,
showgrammar=False):
"""
@@ -61,7 +60,6 @@ def uncompyle_file(filename, outstream=None, showasm=None, showast=False,
(version, timestamp, magic_int, co, is_pypy,
source_size) = load_module(filename, code_objects)
if type(co) == list:
for con in co:
uncompyle(version, con, outstream, showasm, showast,