summaryrefslogtreecommitdiff
path: root/examples/antlr_grammar.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/antlr_grammar.py')
-rw-r--r--examples/antlr_grammar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/antlr_grammar.py b/examples/antlr_grammar.py
index 7863a77..e25ff7f 100644
--- a/examples/antlr_grammar.py
+++ b/examples/antlr_grammar.py
@@ -10,7 +10,7 @@ Submitted by Luca DallOlio, September, 2010
'''
from pyparsing import Word, ZeroOrMore, printables, Suppress, OneOrMore, Group, \
LineEnd, Optional, White, originalTextFor, hexnums, nums, Combine, Literal, Keyword, \
- cStyleComment, Regex, Forward, MatchFirst, And, srange, oneOf, alphas, alphanums, \
+ cStyleComment, Regex, Forward, MatchFirst, And, oneOf, alphas, alphanums, \
delimitedList
# http://www.antlr.org/grammar/ANTLR/ANTLRv3.g