diff options
Diffstat (limited to 'examples/fourFn.py')
-rw-r--r-- | examples/fourFn.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/fourFn.py b/examples/fourFn.py index 484aa45..e1393b6 100644 --- a/examples/fourFn.py +++ b/examples/fourFn.py @@ -9,8 +9,8 @@ #
# Copyright 2003-2009 by Paul McGuire
#
-from pyparsing import Literal,CaselessLiteral,Word,Group,Optional,\
- ZeroOrMore,Forward,nums,alphas,alphanums,Regex,ParseException,\
+from pyparsing import Literal,Word,Group,\
+ ZeroOrMore,Forward,alphas,alphanums,Regex,ParseException,\
CaselessKeyword, Suppress
import math
import operator
|