[pypy-svn] r73647 - pypy/trunk/pypy

arigo at codespeak.net arigo at codespeak.net
Sun Apr 11 19:26:35 CEST 2010


Author: arigo
Date: Sun Apr 11 19:26:33 2010
New Revision: 73647

Modified:
   pypy/trunk/pypy/conftest.py
Log:
Unneeded import.


Modified: pypy/trunk/pypy/conftest.py
==============================================================================
--- pypy/trunk/pypy/conftest.py	(original)
+++ pypy/trunk/pypy/conftest.py	Sun Apr 11 19:26:33 2010
@@ -1,5 +1,4 @@
 import py, sys, os
-from py.impl.test.outcome import Failed
 from pypy.interpreter.gateway import app2interp_temp
 from pypy.interpreter.error import OperationError
 from pypy.tool.pytest import appsupport



More information about the Pypy-commit mailing list