summaryrefslogtreecommitdiffstats
path: root/Lib/email/feedparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/feedparser.py')
-rw-r--r--Lib/email/feedparser.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/email/feedparser.py b/Lib/email/feedparser.py
index e400dc7..89c7391 100644
--- a/Lib/email/feedparser.py
+++ b/Lib/email/feedparser.py
@@ -41,7 +41,6 @@ NL = '\n'
NeedMoreData = object()
-
class BufferedSubFile(object):
"""A file-ish object that can have new data loaded into it.
@@ -132,7 +131,6 @@ class BufferedSubFile(object):
return line
-
class FeedParser:
"""A feed-style parser of email."""