# 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