Mercurial > repos > guerler > springsuite
comparison planemo/lib/python3.7/site-packages/libfuturize/fixes/fix_division.py @ 1:56ad4e20f292 draft
"planemo upload commit 6eee67778febed82ddd413c3ca40b3183a3898f1"
author | guerler |
---|---|
date | Fri, 31 Jul 2020 00:32:28 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:d30785e31577 | 1:56ad4e20f292 |
---|---|
1 """ | |
2 UNFINISHED | |
3 For the ``future`` package. | |
4 | |
5 Adds this import line: | |
6 | |
7 from __future__ import division | |
8 | |
9 at the top so the code runs identically on Py3 and Py2.6/2.7 | |
10 """ | |
11 | |
12 from libpasteurize.fixes.fix_division import FixDivision |