Skip to content
Snippets Groups Projects
Verified Commit bd9e682b authored by mirabilos's avatar mirabilos
Browse files

Use the same “util” namespace for utils

parent eef3a4aa
No related branches found
No related tags found
1 merge request!86Merge school-apps
......@@ -5,7 +5,7 @@ from django.utils import timezone
from dashboard.caches import BACKGROUND_CACHE_REFRESH
from dashboard.models import Cache
from utils.network import get_newest_article_from_news, get_current_events_with_cal
from util.network import get_newest_article_from_news, get_current_events_with_cal
from timetable.views import get_next_weekday_with_time, get_calendar_week
from untisconnect.drive import build_drive, TYPE_TEACHER, TYPE_CLASS, TYPE_ROOM
from untisconnect.parse import parse
......
......@@ -15,7 +15,7 @@ from timetable.views import get_next_weekday_with_time
from untisconnect.api import TYPE_TEACHER, TYPE_CLASS
from untisconnect.datetimeutils import get_name_for_next_week_day_from_today
from untisconnect.utils import get_type_and_object_of_user, get_plan_for_day
from utils.network import get_newest_article_from_news, get_current_events_with_cal
from util.network import get_newest_article_from_news, get_current_events_with_cal
@login_required
......
File moved
File moved
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