Skip to content

Commit

Permalink
from __future__ import print_function
Browse files Browse the repository at this point in the history
Line 41 has __print('SublimeBump: ', end='')__ and the __end__ parameter will not work in Python 2 without this `__future__`import.
  • Loading branch information
cclauss authored Nov 14, 2017
1 parent ba25659 commit 5fae782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import print_function
from string import Template
from . import settings as conf
from . import defaults
Expand Down

0 comments on commit 5fae782

Please sign in to comment.