Skip to content
Snippets Groups Projects
Commit c5a2e0be authored by Julian's avatar Julian
Browse files

move drive part 2

parent 11af6a84
No related branches found
No related tags found
No related merge requests found
from .drive import drive
#########
# EVENT #
#########
......
......@@ -111,7 +111,8 @@ class LessonTime(object):
from .api import *
from .api_helper import untis_split_third
from .drive import drive
drive = drive
def parse():
global drive
......
......@@ -3,7 +3,8 @@ from django.utils import timezone
from untisconnect import models
from untisconnect.api import run_default_filter, row_by_row_helper, format_classes, get_all_absences_by_date
from untisconnect.api_helper import run_using, untis_split_first, untis_date_to_date, date_to_untis_date
from untisconnect.parse import get_lesson_element_by_id_and_teacher, build_drive
from untisconnect.parse import get_lesson_element_by_id_and_teacher
from untisconnect.drive import build_drive
TYPE_SUBSTITUTION = 0
TYPE_CANCELLATION = 1
......
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