From 65f6009c2ff989921a8396d7498be65ba3c72b76 Mon Sep 17 00:00:00 2001 From: Janneke Janssen Date: Mon, 21 Mar 2016 19:37:26 +0100 Subject: [PATCH] Removed Django 1.5 check --- p3p/tests/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/p3p/tests/__init__.py b/p3p/tests/__init__.py index c061a58..e69de29 100644 --- a/p3p/tests/__init__.py +++ b/p3p/tests/__init__.py @@ -1,6 +0,0 @@ -import django -if django.VERSION < (1, 6): - # Expose for Django 1.5 and below (before DiscoverRunner) - from .test_middleware import * # noqa - from .test_urls import * # noqa - from .test_views import * # noqa