From 9b312281e0f2a9668ab90d77f212c9618daec7db Mon Sep 17 00:00:00 2001 From: Alban Gruin Date: Sat, 10 Feb 2018 15:13:20 +0100 Subject: Correction des imports --- management/commands/timetables.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'management/commands/timetables.py') diff --git a/management/commands/timetables.py b/management/commands/timetables.py index 2c299de..f92ad4e 100644 --- a/management/commands/timetables.py +++ b/management/commands/timetables.py @@ -20,8 +20,9 @@ from django.core.management.base import BaseCommand from django.db import transaction from django.db.models import Min -from edt.models import Course, Source -from edt.utils import get_week, tz_now +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 -- cgit v1.2.1