remove pylib things and move things to new pytest namespace

--HG--
branch : trunk
This commit is contained in:
holger krekel
2010-10-07 11:59:00 +02:00
parent f488da5cc8
commit d1aff902d5
157 changed files with 176 additions and 15061 deletions

View File

@@ -1,7 +1,7 @@
import sys
import py
import py._plugin.pytest_assertion as plugin
import pytest.plugin.pytest_assertion as plugin
needsnewassert = py.test.mark.skipif("sys.version_info < (2,6)")