[svn r37879] s/tryiter/_tryiter/

--HG--
branch : trunk
This commit is contained in:
fijal
2007-02-03 19:44:34 +01:00
parent 1dca2498fb
commit e88a6c5fc3
12 changed files with 34 additions and 34 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class Item(py.test.collect.Collector):
if hasattr(self, '_capture'):
capture = self._capture
del self._capture
self.captured_out, self.captured_err = capture.reset()
self._captured_out, self._captured_err = capture.reset()
class Function(Item):