summaryrefslogtreecommitdiff
path: root/examples/mozillaCalendarParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/mozillaCalendarParser.py')
-rw-r--r--examples/mozillaCalendarParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/mozillaCalendarParser.py b/examples/mozillaCalendarParser.py
index 210f284..2633eb8 100644
--- a/examples/mozillaCalendarParser.py
+++ b/examples/mozillaCalendarParser.py
@@ -1,4 +1,4 @@
-from pyparsing import Optional, oneOf, Dict, Literal, Word, printables, Group, OneOrMore, ZeroOrMore
+from pyparsing import Optional, oneOf, Literal, Word, printables, Group, OneOrMore, ZeroOrMore
"""
A simple parser for calendar (*.ics) files,