From: Stefan Behnel Date: Sun, 18 Apr 2010 14:45:41 +0000 (+0200) Subject: removed dead code from test X-Git-Tag: 0.13.beta0~184 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fb77dce0194e685a01c373e211205ba25f6ce419;p=cython.git removed dead code from test --- 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__