diff options
Diffstat (limited to 'examples/fourFn.py')
-rw-r--r-- | examples/fourFn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/fourFn.py b/examples/fourFn.py index e07125f..e5be215 100644 --- a/examples/fourFn.py +++ b/examples/fourFn.py @@ -11,7 +11,7 @@ # Copyright 2003-2019 by Paul McGuire # from pyparsing import (Literal, Word, Group, Forward, alphas, alphanums, Regex, ParseException, - CaselessKeyword, Suppress, delimitedList, pyparsing_common as ppc, tokenMap) + CaselessKeyword, Suppress, delimitedList) import math import operator |