From eecc75439a3fbf504875145f9d24731d1c0b7fa6 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Tue, 19 Apr 2011 09:15:07 +0200 Subject: [PATCH] comment --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 83adb26c..ae81beb9 100644 --- a/runtests.py +++ b/runtests.py @@ -98,7 +98,7 @@ VER_DEP_MODULES = { ]), (2,6) : (operator.lt, lambda x: x in ['run.print_function', 'run.cython3', - 'run.generators_py', + 'run.generators_py', # generators, with statement 'run.pure_py', # decorators, with statement ]), # The next line should start (3,); but this is a dictionary, so -- 2.26.2