fix_division.py 228 B

123456789101112
  1. """
  2. UNFINISHED
  3. For the ``future`` package.
  4. Adds this import line:
  5. from __future__ import division
  6. at the top so the code runs identically on Py3 and Py2.6/2.7
  7. """
  8. from libpasteurize.fixes.fix_division import FixDivision