From 7135d5218bf8802739562752f2d3cc5e451f07c2 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Tue, 22 May 2007 02:09:45 -0300 Subject: [PATCH] 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 --- config.py.sample | 1 + 1 file changed, 1 insertion(+) 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. -- 2.43.0