From: Christopher Allan Webber Date: Wed, 10 Aug 2011 17:08:14 +0000 (-0500) Subject: Removing a tab. This is a tab-free zone! X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ad4aef3a67301cf941944981f50dc8734efb9b91;p=mediagoblin.git Removing a tab. This is a tab-free zone! --- diff --git a/mediagoblin/user_pages/views.py b/mediagoblin/user_pages/views.py index 85a84db6..fb72a421 100644 --- a/mediagoblin/user_pages/views.py +++ b/mediagoblin/user_pages/views.py @@ -154,7 +154,7 @@ def atom_feed(request): 'username': request.matchdict['user'], 'status': 'active'}) if not user: - return exc.HTTPNotFound() + return exc.HTTPNotFound() cursor = request.db.MediaEntry.find({ 'uploader': user['_id'],