Skip to content

Commit

Permalink
Fix #34
Browse files Browse the repository at this point in the history
  • Loading branch information
pwaller committed Sep 14, 2014
1 parent 0db9a14 commit ccfab3e
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 ccfab3e

Please sign in to comment.