make py lib a self-contained directory again

- move and merge _py/ bits back to py/
- fixes all around

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-11-04 21:34:07 +01:00
parent 4dd6c7679d
commit b04a04cabd
160 changed files with 294 additions and 281 deletions

View File

@@ -137,7 +137,7 @@ def test_assert_with_brokenrepr_arg():
class TestView:
def setup_class(cls):
cls.View = py.test.importorskip("_py.code._assertionold").View
cls.View = py.test.importorskip("py.impl.code._assertionold").View
def test_class_dispatch(self):
### Use a custom class hierarchy with existing instances