Remove __future__
This commit is contained in:
parent
d169316e4a
commit
85426d4c26
3 changed files with 0 additions and 6 deletions
|
@ -1,5 +1,3 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
|
||||
from django.shortcuts import render
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
from django.conf import settings
|
||||
from django.conf.urls import include, url
|
||||
from django.contrib import admin
|
||||
|
|
|
@ -7,8 +7,6 @@ For more information on this file, see
|
|||
https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/
|
||||
"""
|
||||
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
|
||||
import os
|
||||
|
||||
from django.core.wsgi import get_wsgi_application
|
||||
|
|
Reference in a new issue