diff options
Diffstat (limited to 'tests/app_loading')
| -rw-r--r-- | tests/app_loading/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/app_loading/tests.py b/tests/app_loading/tests.py index 71f1a49b63..d9bead4d61 100644 --- a/tests/app_loading/tests.py +++ b/tests/app_loading/tests.py @@ -5,8 +5,8 @@ import os from django.apps import apps from django.test import TestCase from django.test.utils import extend_sys_path -from django.utils._os import upath from django.utils import six +from django.utils._os import upath class EggLoadingTest(TestCase): |
