X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9baaf0aa657110f7481ea24dc6bc68bf4fc64cd1..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/apps/south/tests/__init__.py?ds=sidebyside diff --git a/apps/south/tests/__init__.py b/apps/south/tests/__init__.py deleted file mode 100644 index d8953fefe..000000000 --- a/apps/south/tests/__init__.py +++ /dev/null @@ -1,11 +0,0 @@ - -from django.conf import settings - -try: - skiptest = settings.SKIP_SOUTH_TESTS -except: - skiptest = False - -if not skiptest: - from south.tests.db import * - from south.tests.logic import * \ No newline at end of file