From d59a59dc831a53739453eb10b4136fb46f2bbb7c Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 21 Apr 2013 15:00:40 -0700 Subject: [PATCH] Unicode all the things, incl. our settings files --- pelican/tools/templates/pelicanconf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican/tools/templates/pelicanconf.py.in b/pelican/tools/templates/pelicanconf.py.in index 265b59c2..5d96051d 100644 --- a/pelican/tools/templates/pelicanconf.py.in +++ b/pelican/tools/templates/pelicanconf.py.in @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # +from __future__ import unicode_literals AUTHOR = $author SITENAME = $sitename