From 76f65de96bf73b33ffbe89fbe0f07cec0eb870d7 Mon Sep 17 00:00:00 2001 From: David Lord Date: Fri, 20 Jan 2017 12:03:51 -0800 Subject: drop internal function names --- jinja2/tests.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jinja2/tests.py') diff --git a/jinja2/tests.py b/jinja2/tests.py index 23d3677..0adc3d4 100644 --- a/jinja2/tests.py +++ b/jinja2/tests.py @@ -139,11 +139,6 @@ def test_in(value, seq): return value in seq -# deprecated aliases, use the operator module instead -test_equalto = operator.eq -test_greaterthan = operator.gt -test_lessthan = operator.lt - TESTS = { 'odd': test_odd, 'even': test_even, -- cgit v1.2.1