Mercurial > hg > Feedworm
diff backend/AbstractFeedUpdater.py @ 245:8e73a8ae863f
Fix the docstrings
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 09 Jun 2015 02:30:55 +0200 |
parents | b46d7fe6390b |
children |
line wrap: on
line diff
--- a/backend/AbstractFeedUpdater.py Tue Jun 09 02:19:00 2015 +0200 +++ b/backend/AbstractFeedUpdater.py Tue Jun 09 02:30:55 2015 +0200 @@ -8,11 +8,11 @@ STATUS_ERROR = 400 log = logging.getLogger("FeedUpdater") +""" +Abstract base class for FeedUpdater implementations - handles all the parsing of the feed. +Subclasses need to implement creating and storing the new feed entries. +""" class AbstractFeedUpdater(object): - ''' - Abstract base class for FeedUpdater implementations - handles all the parsing of the feed. - Subclasses need to implement creating and storing the new feed entries. - ''' def __init__(self, preferences): self.preferences = preferences