django-tos/tos/tests/__init__.py

6 lines
122 B
Python
Raw Normal View History

2016-04-02 01:36:18 +00:00
import django
if django.VERSION < (1, 6):
from tos.tests.test_models import *
from tos.tests.test_views import *