From: Christopher Allan Webber Date: Sat, 18 Jun 2011 20:18:25 +0000 (-0500) Subject: Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9dba44de84561c72831dad179db30e4dfb3923fd;p=mediagoblin.git Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally! --- diff --git a/mediagoblin/config.py b/mediagoblin/config.py index 2e457e44..4f6d9f2e 100644 --- a/mediagoblin/config.py +++ b/mediagoblin/config.py @@ -82,7 +82,7 @@ def read_mediagoblin_config(config_path, config_spec=CONFIG_SPEC_PATH): return config, validation_result -REPORT_HEADER = """\ +REPORT_HEADER = u"""\ There were validation problems loading this config file: -------------------------------------------------------- """