Open morriscb opened 7 years ago
Code fails on import when using python3.
Suggest adding
from __future__ import absolute_import, division, print_function
to the top of all python files to break the current code and fix the issues that arise. This should result in code that is cross compatible with python2 and python3.
Code fails on import when using python3.
Suggest adding
to the top of all python files to break the current code and fix the issues that arise. This should result in code that is cross compatible with python2 and python3.