From fb77dce0194e685a01c373e211205ba25f6ce419 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 18 Apr 2010 16:45:41 +0200 Subject: [PATCH] removed dead code from test --- tests/run/withstat.pyx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/run/withstat.pyx b/tests/run/withstat.pyx index 2d5eda51..ff6eb5ec 100644 --- a/tests/run/withstat.pyx +++ b/tests/run/withstat.pyx @@ -1,11 +1,6 @@ from __future__ import with_statement -import sys -if sys.version_info < (2,5): - __doc__ = __doc__.replace(u"exit ", - u"exit ") - def typename(t): return u"" % type(t).__name__ -- 2.26.2