]> git.llucax.com Git - software/blitiri.git/commitdiff
Add coding:utf8 to the sample config file.
authorAlberto Bertogli <albertito@gmail.com>
Tue, 22 May 2007 05:09:45 +0000 (02:09 -0300)
committerAlberto Bertogli <albertito@gmail.com>
Tue, 22 May 2007 05:09:45 +0000 (02:09 -0300)
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

index 512e1a43aab8d84dc398ff1212a0b35fca5bd73f..b6233582f5c2fee64c03248a153011a53f912e23 100644 (file)
@@ -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.