From 740bb46e6d6d9ad82403a8838b375ad03310fd39 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 21 Apr 2013 15:18:31 -0700 Subject: [PATCH] MOAR Unicode for generated settings files --- pelican/tools/templates/publishconf.py.in | 1 + 1 file changed, 1 insertion(+) diff --git a/pelican/tools/templates/publishconf.py.in b/pelican/tools/templates/publishconf.py.in index 4c4f052a..d1ed994d 100755 --- a/pelican/tools/templates/publishconf.py.in +++ b/pelican/tools/templates/publishconf.py.in @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # +from __future__ import unicode_literals # This file is only used if you use `make publish` or # explicitly specify it as your config file.