mercurial/hgweb/request.py
changeset 5886 dd1998dd6f3b
parent 5760 0145f9afb0e7
child 5887 41a3fce17625
--- a/mercurial/hgweb/request.py	Fri Jan 18 10:48:25 2008 -0600
+++ b/mercurial/hgweb/request.py	Fri Jan 18 19:53:38 2008 +0100
@@ -27,8 +27,6 @@
         self.start_response = start_response
         self.headers = []
 
-    out = property(lambda self: self)
-
     def __iter__(self):
         return iter([])