django-tos/tos/tests/__init__.py
2016-04-01 21:36:18 -04:00

5 lines
122 B
Python

import django
if django.VERSION < (1, 6):
from tos.tests.test_models import *
from tos.tests.test_views import *