diff --git a/tos/templatetags/__init__.py b/tos/templatetags/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tos/templatetags/compat.py b/tos/templatetags/compat.py deleted file mode 100644 index 12c1df7..0000000 --- a/tos/templatetags/compat.py +++ /dev/null @@ -1 +0,0 @@ -from django.template.defaulttags import url diff --git a/tos/tests/__init__.py b/tos/tests/__init__.py index 80ca9a7..e69de29 100644 --- a/tos/tests/__init__.py +++ b/tos/tests/__init__.py @@ -1,5 +0,0 @@ -import django - -if django.VERSION < (1, 6): - from tos.tests.test_models import * - from tos.tests.test_views import *