From cf007ce7c57435e076c5b04777afc7fb79d76d99 Mon Sep 17 00:00:00 2001 From: hpk Date: Thu, 18 Sep 2008 17:41:19 +0200 Subject: [PATCH] [svn r58224] remove redundant py import, thanks getxsick --HG-- branch : trunk --- py/test/testing/test_outcome.py | 1 - 1 file changed, 1 deletion(-) diff --git a/py/test/testing/test_outcome.py b/py/test/testing/test_outcome.py index 414ff559e..8b97b2e01 100644 --- a/py/test/testing/test_outcome.py +++ b/py/test/testing/test_outcome.py @@ -1,7 +1,6 @@ import py import marshal -import py class TestRaises: def test_raises(self):