aboutsummaryrefslogtreecommitdiff
path: root/management/commands/timetables.py
diff options
context:
space:
mode:
Diffstat (limited to 'management/commands/timetables.py')
-rw-r--r--management/commands/timetables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/management/commands/timetables.py b/management/commands/timetables.py
index f92ad4e..8fc8ed6 100644
--- a/management/commands/timetables.py
+++ b/management/commands/timetables.py
@@ -23,8 +23,8 @@ from django.db.models import Min
from ...models import Course, Source
from ...utils import get_week, tz_now
-from ._private import delete_courses_in_week, get_events, get_update_date, \
- get_weeks, get_xml
+from ..parsers.ups2017 import delete_courses_in_week, get_events, \
+ get_update_date, get_weeks, get_xml
@transaction.atomic