You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
2.x Grammar reduction/isolation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
# Tests BINARY_TRUE_DIVIDE
|
||||
# Tests BINARY_TRUE_DIVIDE and INPLACE_TRUE_DIVIDE
|
||||
from __future__ import division # needed on 2.6 and 2.7
|
||||
x = len(__file__) / 1
|
||||
x /= 1
|
||||
|
Reference in New Issue
Block a user