Skip to content
Snippets Groups Projects
Verified Commit 0292bd8c authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

core/lister: Rename module paging_lister to page_by_page_lister

parent 5003a047
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ class HttpListerTesterBase(abc.ABC):
"""Base testing class for subclasses of
swh.lister.core.indexing_lister.SWHIndexingHttpLister.
swh.lister.core.paging_lister.PageByPageHttpLister
swh.lister.core.page_by_page_lister.PageByPageHttpLister
See swh.lister.github.tests.test_gh_lister for an example of how
to customize for a specific listing service.
......
......@@ -6,7 +6,7 @@ import random
import time
from .. import utils
from ..core.paging_lister import PageByPageHttpLister
from ..core.page_by_page_lister import PageByPageHttpLister
from .models import GitLabModel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment