Show embeded timestamp of byte-decompiled file

This commit is contained in:
rocky
2015-12-24 11:30:57 -05:00
parent 484cd703bf
commit e3a5d487eb
6 changed files with 28 additions and 15 deletions

View File

@@ -84,7 +84,7 @@ files=[
for base in files:
filename = "bytecode_%s/%s.pyc" % (PYTHON_VERSION_STR, base)
version, magic_int, co = uncompyle6.load_module(filename)
version, timestamp, magic_int, co = uncompyle6.load_module(filename)
ok = True
if type(co) == list: