Closed cclauss closed 5 years ago
Partial fix for #3
Make the minimal, safe changes required to convert the repo's code to be syntax compatible with both Python 2 and Python 3. More work might be required to complete the port to Python 3 but this is a minimal, safe first step.
from __future__ import absolute_import
from __future__ import print_function
Partial fix for #3
Make the minimal, safe changes required to convert the repo's code to be syntax compatible with both Python 2 and Python 3. More work might be required to complete the port to Python 3 but this is a minimal, safe first step.
from __future__ import absolute_import
from __future__ import print_function