Skip to content

Commit

Permalink
Removed Django 1.5 check
Browse files Browse the repository at this point in the history
  • Loading branch information
Janneke Janssen committed Mar 21, 2016
1 parent cdf6042 commit 65f6009
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 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

0 comments on commit 65f6009

Please sign in to comment.