You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: