2.x Grammar reduction/isolation

This commit is contained in:
rocky
2017-11-22 19:13:21 -05:00
parent b00c59bdd7
commit b8f74c23f4
7 changed files with 12 additions and 15 deletions

View File

@@ -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