summaryrefslogtreecommitdiff
path: root/tests/app_loading/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app_loading/tests.py')
-rw-r--r--tests/app_loading/tests.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/app_loading/tests.py b/tests/app_loading/tests.py
index 1c2502bbcf..20ec064d69 100644
--- a/tests/app_loading/tests.py
+++ b/tests/app_loading/tests.py
@@ -3,10 +3,8 @@ from __future__ import unicode_literals
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, AppCache
from django.test.utils import override_settings
from django.utils._os import upath