Skip to content

Commit

Permalink
drop internal function names
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Jul 6, 2017
1 parent db391f7 commit 1a6c6ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions jinja2/tests.py
Expand Up @@ -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,
Expand Down

0 comments on commit 1a6c6ab

Please sign in to comment.