Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
518bc02b
Commit
518bc02b
authored
Oct 21, 2015
by
Daniel W Bond
Browse files
began python3 transition: print_function and absolute_import added universally
parent
66af290f
Changes
21
Hide whitespace changes
Inline
Side-by-side
roomlist/settings/wsgi.py
View file @
518bc02b
...
...
@@ -7,6 +7,8 @@ For more information on this file, see
https://docs.djangoproject.com/en/1.6/howto/deployment/wsgi/
"""
from
__future__
import
absolute_import
,
print_function
import
os
os
.
environ
.
setdefault
(
"DJANGO_SETTINGS_MODULE"
,
"settings.settings"
)
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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