summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jinja2/tests.py5
1 files changed, 0 insertions, 5 deletions
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,