Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
use UTF-8 coding by default for _config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed Mar 29, 2010
1 parent 2985e9d commit 4bd298d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blogofile/config.py
Expand Up @@ -21,7 +21,9 @@ class ConfigNotFoundException(Exception):

override_options = {} #override config options (mostly from unit tests)

default_config = r"""######################################################################
default_config = r"""# -*- coding: utf-8 -*-
######################################################################
# This is the main Blogofile configuration file.
# www.Blogofile.com
#
Expand Down

0 comments on commit 4bd298d

Please sign in to comment.