remove future imports
I was finally motivated to remove the future
imports throughout the code.
Mostly this was just a single sed -i '/__future__/d' **.py
.
There's one iteritems
, but I think that's safe. It's definitely covered in unit tests.
Merge request reports
Activity
added Refactoring label
changed milestone to %1.1.0
mentioned in commit eb1fa544
mentioned in merge request !928 (merged)