[py-svn] r58224 - py/trunk/py/test/testing

hpk at codespeak.net hpk at codespeak.net
Thu Sep 18 17:41:23 CEST 2008


Author: hpk
Date: Thu Sep 18 17:41:19 2008
New Revision: 58224

Modified:
   py/trunk/py/test/testing/test_outcome.py
Log:
remove redundant py import, thanks getxsick


Modified: py/trunk/py/test/testing/test_outcome.py
==============================================================================
--- py/trunk/py/test/testing/test_outcome.py	(original)
+++ py/trunk/py/test/testing/test_outcome.py	Thu Sep 18 17:41:19 2008
@@ -1,7 +1,6 @@
 
 import py
 import marshal
-import py
 
 class TestRaises:
     def test_raises(self):



More information about the pytest-commit mailing list