diff --git a/project/search/views.py b/project/search/views.py index e17a1e9..9911348 100755 --- a/project/search/views.py +++ b/project/search/views.py @@ -1,5 +1,3 @@ -from __future__ import absolute_import, unicode_literals - from django.core.paginator import EmptyPage, PageNotAnInteger, Paginator from django.shortcuts import render diff --git a/project/urls.py b/project/urls.py index 3a03def..670d8b8 100755 --- a/project/urls.py +++ b/project/urls.py @@ -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 diff --git a/project/wsgi.py b/project/wsgi.py index 3b126d9..18d50fb 100755 --- a/project/wsgi.py +++ b/project/wsgi.py @@ -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