Chandra-MARX / marxs

Multi-Architecture-Raytrace-Xraymission-Simulator
http://marxs.readthedocs.io/en/latest/
GNU General Public License v3.0
6 stars 9 forks source link

Remove remaining __future__ imports #214

Closed hamogu closed 3 years ago

hamogu commented 4 years ago

Since this code now required py3, they are not needed any longer, but they don't do any harm either.

hamogu commented 3 years ago

Also, super(XXX, self) can now be written as super() which makes it easier to copy the code as a template for a new class.