Skip to content

Commit

Permalink
Adding print_function import from __future__ so that print has python…
Browse files Browse the repository at this point in the history
… 3 behavior
  • Loading branch information
atareen committed May 15, 2019
1 parent c187480 commit f7f1c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logomaker/tests/functional_tests_logomaker.py
@@ -1,4 +1,4 @@
#from __future__ import print_function # so that print behaves like python 3.x not a special lambda statement
from __future__ import print_function # so that print behaves like python 3.x not a special lambda statement

import sys
sys.path.append('../../')
Expand Down

0 comments on commit f7f1c26

Please sign in to comment.