django-model-utils/model_utils/tests/helpers.py

6 lines
124 B
Python
Raw Normal View History

try:
from unittest import skipUnless
except ImportError: # Python 2.6
from django.utils.unittest import skipUnless