diff options
Diffstat (limited to 'examples/dfmparse.py')
-rw-r--r-- | examples/dfmparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dfmparse.py b/examples/dfmparse.py index 28a3a9b..d77a7ff 100644 --- a/examples/dfmparse.py +++ b/examples/dfmparse.py @@ -10,7 +10,7 @@ __author__ = "Daniel 'Dang' Griffith <pythondev - dang at lazytwinacres . net>" from pyparsing import Literal, CaselessLiteral, Word, delimitedList \
, Optional, Combine, Group, alphas, nums, alphanums, Forward \
- , oneOf, sglQuotedString, OneOrMore, ZeroOrMore, CharsNotIn
+ , oneOf, OneOrMore, ZeroOrMore, CharsNotIn
# This converts DFM character constants into Python string (unicode) values.
|