diff --git a/feeds.py b/feeds.py index 764bc7a..2ef2f5b 100644 --- a/feeds.py +++ b/feeds.py @@ -284,12 +284,6 @@ class FeedParser(FeedBase): def getItems(self): return [] - def setItems(self, value): - pass - - def delItems(self): - pass - title = FeedDescriptor('title') description = desc = FeedDescriptor('desc') items = FeedListDescriptor('items')