Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information