mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-22 20:14:42 +00:00
6 lines
124 B
Python
6 lines
124 B
Python
|
|
|
||
|
|
try:
|
||
|
|
from unittest import skipUnless
|
||
|
|
except ImportError: # Python 2.6
|
||
|
|
from django.utils.unittest import skipUnless
|