You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Small tweaks
This commit is contained in:
@@ -21,7 +21,6 @@ from uncompyle6.semantics.consts import (
|
||||
|
||||
from uncompyle6.parsers.astnode import AST
|
||||
from uncompyle6.scanners.tok import Token
|
||||
from uncompyle6.semantics.customize3 import customize_for_version3
|
||||
|
||||
def customize_for_version(self, is_pypy, version):
|
||||
if is_pypy:
|
||||
@@ -182,5 +181,6 @@ def customize_for_version(self, is_pypy, version):
|
||||
})
|
||||
|
||||
if version >= 3.0:
|
||||
from uncompyle6.semantics.customize3 import customize_for_version3
|
||||
customize_for_version3(self, version)
|
||||
return
|
||||
|
Reference in New Issue
Block a user