mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
5 lines
124 B
Python
5 lines
124 B
Python
|
|
try:
|
|
from unittest import skipUnless
|
|
except ImportError: # Python 2.6
|
|
from django.utils.unittest import skipUnless
|