1
Fork 0

Remove __future__

This commit is contained in:
Jake Howard 2016-11-26 13:29:39 +00:00
parent d169316e4a
commit 85426d4c26
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,3 @@
from __future__ import absolute_import, unicode_literals
from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator
from django.shortcuts import render

View file

@ -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

View file

@ -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