From 13c355103ad3ecbdcf509633e9b3bffb8c731a28 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Sat, 22 Aug 2015 17:50:47 +0200 Subject: [PATCH] Fix py3 tests --- jsonpath_rw_ext/parser.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jsonpath_rw_ext/parser.py b/jsonpath_rw_ext/parser.py index 878af96..bed9d03 100644 --- a/jsonpath_rw_ext/parser.py +++ b/jsonpath_rw_ext/parser.py @@ -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):