diff options
Diffstat (limited to 'django/contrib/auth/tests/utils.py')
| -rw-r--r-- | django/contrib/auth/tests/utils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/django/contrib/auth/tests/utils.py b/django/contrib/auth/tests/utils.py index 6bb3d9994f..09b34156b5 100644 --- a/django/contrib/auth/tests/utils.py +++ b/django/contrib/auth/tests/utils.py @@ -1,5 +1,6 @@ +from unittest import skipIf + from django.conf import settings -from django.utils.unittest import skipIf def skipIfCustomUser(test_func): |
