You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Reinstante pyenvlib
This commit is contained in:
@@ -31,8 +31,6 @@ import xdis.magics as magics
|
|||||||
# ----- configure this for your needs
|
# ----- configure this for your needs
|
||||||
|
|
||||||
python_versions = [v for v in magics.python_versions if re.match("^[0-9.]+$", v)]
|
python_versions = [v for v in magics.python_versions if re.match("^[0-9.]+$", v)]
|
||||||
print(python_versions)
|
|
||||||
sys.exit(0)
|
|
||||||
|
|
||||||
# FIXME: we should remove Python versions that we don't support.
|
# FIXME: we should remove Python versions that we don't support.
|
||||||
# These include Jython, and Python bytecode changes pre release.
|
# These include Jython, and Python bytecode changes pre release.
|
||||||
|
Reference in New Issue
Block a user