Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
088842cd
Unverified
Commit
088842cd
authored
Aug 29, 2018
by
Thom Wiggers
📐
Browse files
Remove unnecessary future imports
parent
e31fea84
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/thaliawebsite/__init__.py
View file @
088842cd
...
...
@@ -4,8 +4,6 @@ The main module for the Thalia website.
This module defines settings and the URI layout.
We also handle some site-wide API stuff here.
"""
from
__future__
import
absolute_import
,
unicode_literals
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from
.celery
import
app
as
celery_app
...
...
website/thaliawebsite/celery.py
View file @
088842cd
"""Celery entry point"""
from
__future__
import
absolute_import
,
unicode_literals
import
os
from
celery
import
Celery
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment