diff options
Diffstat (limited to 'src/examples/verilogParse.py')
-rw-r--r-- | src/examples/verilogParse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/verilogParse.py b/src/examples/verilogParse.py index 5eaf14f..2b7fd35 100644 --- a/src/examples/verilogParse.py +++ b/src/examples/verilogParse.py @@ -68,7 +68,7 @@ import sys __version__ = "1.0.11"
-from pyparsing import Literal, CaselessLiteral, Keyword, Word, Upcase, OneOrMore, ZeroOrMore, \
+from pyparsing import Literal, CaselessLiteral, Keyword, Word, OneOrMore, ZeroOrMore, \
Forward, NotAny, delimitedList, Group, Optional, Combine, alphas, nums, restOfLine, cStyleComment, \
alphanums, printables, dblQuotedString, empty, ParseException, ParseResults, MatchFirst, oneOf, GoToColumn, \
ParseResults,StringEnd, FollowedBy, ParserElement, And, Regex, cppStyleComment#,__version__
|