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