[svn r38747] hum, a last-minute namespace change: i missed

that fijal didn't move py.test.Item|Function to the py.test.collect namespace
at the time.  a pypy fix will follow shortly after i merged the dist.

--HG--
branch : trunk
This commit is contained in:
hpk
2007-02-13 20:21:53 +01:00
parent 1bddcfee3d
commit 3ab95e5672
16 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import py
class DoctestText(py.test.Item):
class DoctestText(py.test.collect.Item):
def _setcontent(self, content):
self._content = content