Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
from __future__ import print_function
Line 41 has __print('SublimeBump: ', end='')__ and the __end__ parameter will not work in Python 2 without this `__future__`import.
- Loading branch information