summaryrefslogtreecommitdiff
path: root/examples/simpleSQL.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simpleSQL.py')
-rw-r--r--examples/simpleSQL.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/simpleSQL.py b/examples/simpleSQL.py
index 18e93a0..c64a022 100644
--- a/examples/simpleSQL.py
+++ b/examples/simpleSQL.py
@@ -5,8 +5,8 @@
#
# Copyright (c) 2003,2016, Paul McGuire
#
-from pyparsing import Literal, CaselessLiteral, Word, delimitedList, Optional, \
- Combine, Group, alphas, nums, alphanums, ParseException, Forward, oneOf, quotedString, \
+from pyparsing import Word, delimitedList, Optional, \
+ Group, alphas, alphanums, Forward, oneOf, quotedString, \
ZeroOrMore, restOfLine, CaselessKeyword, pyparsing_common
# define SQL tokens