mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
5 lines
122 B
Python
5 lines
122 B
Python
import django
|
|
|
|
if django.VERSION < (1, 6):
|
|
from tos.tests.test_models import *
|
|
from tos.tests.test_views import *
|