Daniil Lemenkov

Results 1 issues of Daniil Lemenkov

Adopt the code to support interpretation with Python 3. 1. Use `from __future__ import print_function`. 1. Change `print ...` to `print(..., file=..., end=...)`. 1. Remove unused or obsolete imports, add...