Skip to content
Snippets Groups Projects
Commit 0f151bec authored by Julian Rother's avatar Julian Rother
Browse files

Fixed imports

parent 35b7e9f7
No related branches found
No related tags found
No related merge requests found
...@@ -465,11 +465,11 @@ from edit import edit_handler ...@@ -465,11 +465,11 @@ from edit import edit_handler
import feeds import feeds
import importer import importer
import stats import stats
import sorter
if 'ICAL_URL' in config: if 'ICAL_URL' in config:
import meetings import meetings
import l2pauth import l2pauth
from jobs import job_handler, schedule_job from jobs import job_handler, schedule_job
import sorter
import encoding import encoding
import timetable import timetable
import chapters import chapters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment