Skip to content

Commit 36f00d3

Browse files
committed
Revert last change.
1 parent b008646 commit 36f00d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

uncompyle6/scanners/tok.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def __init__(
9494
else:
9595
if version_tuple > (3, 9):
9696
print("Python versions 3.9 and greater are not supported.")
97-
sys.exit(1)
9897
else:
9998
print(f"xdis might need to be informed about version {e}")
10099
return

0 commit comments

Comments
 (0)