Switch to side-by-side view
--- a/Allura/allura/controllers/basetest_project_root.py +++ b/Allura/allura/controllers/basetest_project_root.py @@ -66,8 +66,6 @@ ''' def __init__(self): - setattr(self, 'feed.rss', self.feed) - setattr(self, 'feed.atom', self.feed) for n in M.Neighborhood.query.find(): if n.url_prefix.startswith('//'): continue n.bind_controller(self)