summaryrefslogtreecommitdiff
path: root/examples/stackish.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stackish.py')
-rw-r--r--examples/stackish.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stackish.py b/examples/stackish.py
index 3fa98f4..d33d4de 100644
--- a/examples/stackish.py
+++ b/examples/stackish.py
@@ -29,7 +29,7 @@ SPACE White space is basically ignored. This is interesting because since
"""
from pyparsing import Suppress,Word,nums,alphas,alphanums,Combine,oneOf,\
- Optional,QuotedString,Forward,Group,ZeroOrMore,printables,srange
+ Optional,QuotedString,Forward,Group,ZeroOrMore,srange
MARK,UNMARK,AT,COLON,QUOTE = map(Suppress,"[]@:'")