refactor for using with python3

Issue #176 resolved
Reimar Bauer created an issue

we have to refactor all python2 code for alternative usage on python3

https://docs.python.org/3/howto/pyporting.html

Comments (4)

  1. Joern Ungermann

    A first step would be to fix the py3kwarn outputs that do not hurt us at all. For example to adapt the new Exception syntax etc. A second step would use from __future__ directives, where we should decide, which to adopt. I hope that no further tools are needed, propose to rewrite the code not to use any further directives, respectively.

  2. Log in to comment