You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
More Python version comparison conversions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright (c) 2016-2019 by Rocky Bernstein
|
||||
# Copyright (c) 2016-2019, 2021 by Rocky Bernstein
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
@@ -33,7 +33,7 @@ JUMP_OPs = opc.JUMP_OPS
|
||||
|
||||
class Scanner37(Scanner37Base):
|
||||
def __init__(self, show_asm=None):
|
||||
Scanner37Base.__init__(self, 3.7, show_asm)
|
||||
Scanner37Base.__init__(self, (3, 7), show_asm)
|
||||
return
|
||||
|
||||
pass
|
||||
|
Reference in New Issue
Block a user