Change wording in tags.html
[mediagoblin.git] / mediagoblin / routing.py
index f78658c53972d87047d10fc3eff3cf1cbc3f810e..ae56f8cb54a69083636f01183136c19821014326 100644 (file)
@@ -1,5 +1,5 @@
 # GNU MediaGoblin -- federated, autonomous media hosting
-# Copyright (C) 2011 Free Software Foundation, Inc
+# Copyright (C) 2011 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
@@ -21,7 +21,6 @@ from mediagoblin.submit.routing import submit_routes
 from mediagoblin.user_pages.routing import user_routes
 from mediagoblin.edit.routing import edit_routes
 from mediagoblin.listings.routing import tag_routes
-from mediagoblin.confirm.routing import confirm_routes
 
 
 def get_mapper():