git » blitiri » commit 7135d52

Add coding:utf8 to the sample config file.

author Alberto Bertogli
2007-05-22 05:09:45 UTC
committer Alberto Bertogli
2007-05-22 05:09:45 UTC
parent a952c0e94cd764cf1d1cb177c46ebc0cf8c2785d

Add coding:utf8 to the sample config file.

If somebody edits and uses a non-ascii character, importing it will
fail and blitiri will just ignore it, which is not easier to debug.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

config.py.sample +1 -0

diff --git a/config.py.sample b/config.py.sample
index 512e1a4..b623358 100644
--- a/config.py.sample
+++ b/config.py.sample
@@ -1,3 +1,4 @@
+#coding: utf8
 
 # This is the sample configuration file for a blitiri blog engine.
 # If you omit a variable, the default will be used.