swh-lister/swh
Archit Agrawal f8a2ae866b swh.lister.core: Remove abstractmethod
Some of the new listers like GNU and CRAN do not
follow the conventional way of making an HTTP
request, hence they do not need some of the methods
which are usually needed by in conventional HTTP
request.

But those method are marked abstractmethod in the
core making them necessary to be present. So  it is in
best to remove abstractmethod to increase the
readability of those listers.
2019-06-08 16:51:57 +05:30
..
lister swh.lister.core: Remove abstractmethod 2019-06-08 16:51:57 +05:30
__init__.py Cleanup packaging 2017-10-12 17:16:49 +02:00