These were introduced in the recent Django 1.9 changes.
Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
import datetime
-from django.conf import settings
from django.test import TestCase, TransactionTestCase
from patchwork.models import Project, Patch, Comment, Tag, PatchTag
# along with Patchwork; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-import django
from django.conf import settings
from django.conf.urls import url, include
from django.contrib import admin