Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally!

This commit is contained in:
Christopher Allan Webber 2011-06-18 15:18:25 -05:00
parent 4fd487f72e
commit 9dba44de84

View File

@ -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:
--------------------------------------------------------
"""