Skip to content

Commit

Permalink
Merge pull request #36 from pwaller/issue-34
Browse files Browse the repository at this point in the history
Fix #34
  • Loading branch information
pwaller committed Sep 14, 2014
2 parents a820baa + ccfab3e commit fbe7fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyfiglet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Python FIGlet adaption
"""

from __future__ import print_function
from __future__ import print_function, unicode_literals

import pkg_resources
import re
import sys
Expand Down

0 comments on commit fbe7fe7

Please sign in to comment.