core/lister: Rename module paging_lister to page_by_page_lister
This commit is contained in:
parent
5003a0475b
commit
0292bd8cd4
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue