Make REPORT_HEADER a unicode string also. Unicode everywhere, ideally!
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 20:18:25 +0000 (15:18 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 18 Jun 2011 20:18:25 +0000 (15:18 -0500)
mediagoblin/config.py

index 2e457e44ca49718e5700a8c589e2c13d1d835246..4f6d9f2e47ab1dfd00be59176ec76502f922b0e7 100644 (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:
 --------------------------------------------------------
 """