Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Untis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-App-Untis
Commits
c5a2e0be
Commit
c5a2e0be
authored
5 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
move drive part 2
parent
11af6a84
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
biscuit/apps/untis/events.py
+2
-0
2 additions, 0 deletions
biscuit/apps/untis/events.py
biscuit/apps/untis/parse.py
+2
-1
2 additions, 1 deletion
biscuit/apps/untis/parse.py
biscuit/apps/untis/sub.py
+2
-1
2 additions, 1 deletion
biscuit/apps/untis/sub.py
with
6 additions
and
2 deletions
biscuit/apps/untis/events.py
+
2
−
0
View file @
c5a2e0be
from
.drive
import
drive
#########
# EVENT #
#########
...
...
This diff is collapsed.
Click to expand it.
biscuit/apps/untis/parse.py
+
2
−
1
View file @
c5a2e0be
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
biscuit/apps/untis/sub.py
+
2
−
1
View file @
c5a2e0be
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment