Commit 0b7909f0 authored by Denis Bilenko's avatar Denis Bilenko

greentest.py: remove 2.4-compatibility

parent 5f4a5445
...@@ -29,10 +29,7 @@ import os ...@@ -29,10 +29,7 @@ import os
from os.path import basename, splitext from os.path import basename, splitext
import gevent import gevent
from patched_tests_setup import get_switch_expected from patched_tests_setup import get_switch_expected
try: from functools import wraps
from functools import wraps
except ImportError:
wraps = lambda *args: (lambda x: x)
VERBOSE = sys.argv.count('-v') > 1 VERBOSE = sys.argv.count('-v') > 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment