Skip to content

Commit

Permalink
Unicode literals in shortcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska committed Dec 28, 2015
1 parent d109043 commit cb86619
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/shortcodes.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@


"""Support for Hugo-style shortcodes.""" """Support for Hugo-style shortcodes."""


from __future__ import unicode_literals
from .utils import LOGGER from .utils import LOGGER
import sys import sys


Expand Down

0 comments on commit cb86619

Please sign in to comment.