Testing with other decompiler tools

This commit is contained in:
rocky
2018-04-12 19:57:53 -04:00
parent da57e2d416
commit fa6408d53b
4 changed files with 63 additions and 22 deletions

View File

@@ -42,7 +42,7 @@ def customize_for_version3(self, version):
# * class_name - the name of the class
# * subclass_info - the parameters to the class e.g.
# class Foo(bar, baz)
# -----------
# ----------
# * subclass_code - the code for the subclass body
subclass_info = None
if node == 'classdefdeco2':