Allow .id instead of ._id for the Mongo backend
[mediagoblin.git] / mediagoblin / submit / routing.py
index b2713540f90b95d541ccea35bf17ce652951d888..8ce23cd9d1311f7ecdca0f7d4bfa5f5ec859b072 100644 (file)
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -18,5 +18,4 @@ from routes.route import Route
 
 submit_routes = [
     Route('mediagoblin.submit.start', '/',
-          controller='mediagoblin.submit.views:submit_start'),
-    ]
+          controller='mediagoblin.submit.views:submit_start')]