summaryrefslogtreecommitdiff
path: root/examples/lucene_grammar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lucene_grammar.py')
-rw-r--r--examples/lucene_grammar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lucene_grammar.py b/examples/lucene_grammar.py
index fc104e0..0cd7e0d 100644
--- a/examples/lucene_grammar.py
+++ b/examples/lucene_grammar.py
@@ -8,7 +8,7 @@
#
from pyparsing import (Literal, CaselessKeyword, Forward, Regex, QuotedString, Suppress,
- Optional, Group, FollowedBy, infixNotation, opAssoc, ParseException, ParserElement,
+ Optional, Group, infixNotation, opAssoc, ParserElement,
pyparsing_common)
ParserElement.enablePackrat()