mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Extract Location into separate file
This commit is contained in:
parent
f3f4be2690
commit
5ef5a56e69
5 changed files with 41 additions and 38 deletions
|
|
@ -5,10 +5,10 @@ from .cookie_jar import CookieJar
|
|||
from .ilias import (IliasAuthenticator, IliasCrawler, IliasDirectoryFilter,
|
||||
IliasDownloader, KitShibbolethAuthenticator)
|
||||
from .ilias.download_strategies import DownloadStrategy, download_everything
|
||||
from .location import Location
|
||||
from .organizer import Organizer
|
||||
from .tmp_dir import TmpDir
|
||||
from .transform import Transform, apply_transform
|
||||
from .utils import Location
|
||||
|
||||
# TODO save known-good cookies as soon as possible
|
||||
# TODO print synchronizer name before beginning synchronization
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue