log backend/AbstractBackend.py @ 254:156edbd0733a pyqt5

age author description
2014-04-27 Dirk Olmes unify imports, especially Qt imports. Use consistent super syntax
2014-04-27 Dirk Olmes add source file endcoding header
2012-06-02 dirk when updating feeds, only ever create new Feed objects for entries that are younger than the current expire date. This ensures that we do not see old, read, expired entries again
2011-09-09 dirk pull the calculation of the epxire date up into AbstractBackend
2011-08-27 Dirk Olmes move common functionality into an abstract backend class, have both backends inherit from it. Implement enough of the couchdb backend that reading feeds (and marking feed entries as read) is possible