mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Move logging into its own file
This commit is contained in:
parent
80247400a4
commit
8a42a2a396
8 changed files with 157 additions and 117 deletions
|
|
@ -11,10 +11,11 @@ from .ilias import (IliasAuthenticator, IliasCrawler, IliasDirectoryFilter,
|
|||
IliasDownloader, IliasDownloadStrategy,
|
||||
KitShibbolethAuthenticator, download_modified_or_new)
|
||||
from .location import Location
|
||||
from .logging import PrettyLogger
|
||||
from .organizer import Organizer
|
||||
from .tmp_dir import TmpDir
|
||||
from .transform import TF, Transform, apply_transform
|
||||
from .utils import PrettyLogger, PathLike, to_path
|
||||
from .utils import PathLike, to_path
|
||||
|
||||
# TODO save known-good cookies as soon as possible
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue