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

5 lines
124 B
Python

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