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
7348deb prints out a debugging message if the OS isn't OS X.
However, we used the Python 3-style `print()` command to do so. Since
Sublime Text 2 uses Python 2, we add a bevy of `from __future__
import...` at the top of the Python file, so that we get Python
3 features in Python 2.
This should hopefully fix Python 2/Sublime Text 2 problems, but it is
untested. Feedback appreciated.
0 commit comments