Small int thing and sync with decompyle3

This commit is contained in:
rocky
2020-09-01 16:18:10 -04:00
parent 71c17c4e53
commit 33bff4dc47
3 changed files with 3 additions and 4 deletions

View File

@@ -74,8 +74,8 @@ if PYTHON3:
intern = sys.intern
L65536 = 65536
def long(l):
return l
def long(num):
return num
else: