diff options
Diffstat (limited to 'tests/app_loading')
| -rw-r--r-- | tests/app_loading/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/app_loading/tests.py b/tests/app_loading/tests.py index 6dd0be2194..e0c7cbd78c 100644 --- a/tests/app_loading/tests.py +++ b/tests/app_loading/tests.py @@ -4,11 +4,12 @@ import copy import os import sys import time +from unittest import TestCase from django.conf import Settings from django.db.models.loading import cache, load_app, get_model, get_models from django.utils._os import upath -from django.utils.unittest import TestCase + class EggLoadingTest(TestCase): |
