From: Alberto Bertogli Date: Tue, 22 May 2007 05:09:45 +0000 (-0300) Subject: Add coding:utf8 to the sample config file. X-Git-Url: https://git.llucax.com/software/blitiri.git/commitdiff_plain/7135d5218bf8802739562752f2d3cc5e451f07c2 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 --- 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.