d8953fefe2356d2d23fae5fec84c6bb91cf3481a
[wolnelektury.git] / apps / south / tests / __init__.py
1
2 from django.conf import settings
3
4 try:
5     skiptest = settings.SKIP_SOUTH_TESTS
6 except:
7     skiptest = False
8
9 if not skiptest:
10     from south.tests.db import *
11     from south.tests.logic import *