Fix py3 tests

This commit is contained in:
Mehdi Abaakouk 2015-08-22 17:50:47 +02:00
parent 99e9162584
commit 13c355103a
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ from jsonpath_rw_ext import _iterable
# not sortable, so we add this block to not have methods defined at the same
# line in jsonpath_rw and jsonpath_rw_ext, yes that really sucks ...
# (Need some other lines)
# (Need some other lines)
class ExtendedJsonPathLexer(lexer.JsonPathLexer):