Python 3 code cleanup

This commit is contained in:
rocky
2016-07-08 22:33:42 -04:00
parent d6b35d57e4
commit 0075c8a5f7
5 changed files with 57 additions and 40 deletions

View File

@@ -18,7 +18,7 @@ from uncompyle6.scanners.scanner3 import Scanner3
class Scanner34(Scanner3):
def __init__(self, show_asm=None):
super(Scanner3, self).__init__(3.4, show_asm)
Scanner3.__init__(self, 3.4, show_asm)
return
pass