Merged changes with upstream
[mediagoblin.git] / mediagoblin / init / config.py
index 029a09565fe601878dfb832612100da7ea36208a..ae232e91cff6421d43cdaa945ea8202b2138f45d 100644 (file)
@@ -73,7 +73,7 @@ def read_mediagoblin_config(config_path, config_spec=CONFIG_SPEC_PATH):
     # For now the validator just works with the default functions,
     # but in the future if we want to add additional validation/configuration
     # functions we'd add them to validator.functions here.
-    # 
+    #
     # See also:
     #   http://www.voidspace.org.uk/python/validate.html#adding-functions
     validator = Validator()