Author: Christian Tismer <[email protected]>
Branch: win64-stage1
Changeset: r49359:c4db8f51a9bd
Date: 2011-11-12 13:39 +0100
http://bitbucket.org/pypy/pypy/changeset/c4db8f51a9bd/

Log:    oupps

diff --git a/pytest.py b/pytest.py
--- a/pytest.py
+++ b/pytest.py
@@ -10,6 +10,7 @@
 if hasattr(sys, "maxsize"):
     sys.maxint = max(sys.maxint, sys.maxsize)
 
+from _pytest.core import main, UsageError, _preloadplugins
 from _pytest import core as cmdline
 from _pytest import __version__
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to