change flag default for backwards compatibility

This commit is contained in:
Craig Blaszczyk 2011-07-29 13:04:22 +01:00
parent 7814bc9761
commit 912399c12a

View File

@ -5,7 +5,7 @@ from django.conf import settings
try: try:
skiptest = settings.SKIP_DJANGORESTFRAMEWORK_TESTS skiptest = settings.SKIP_DJANGORESTFRAMEWORK_TESTS
except: except:
skiptest = True skiptest = False
if not skiptest: if not skiptest:
import os import os