Remove old organizer

This commit is contained in:
I-Al-Istannen
2020-04-20 18:50:23 +02:00
parent 01e6972c96
commit ed9245c14d
4 changed files with 95 additions and 246 deletions

View File

@ -6,7 +6,7 @@ from typing import Any, Dict
import bs4
import requests
from ..new_organizer import Organizer
from ..organizer import Organizer
from ..tmp_dir import TmpDir
from ..utils import soupify, stream_to_path
from .authenticators import IliasAuthenticator