summaryrefslogtreecommitdiff
path: root/tests/bash_completion/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bash_completion/tests.py')
-rw-r--r--tests/bash_completion/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bash_completion/tests.py b/tests/bash_completion/tests.py
index 85fb58904c..5a6a6c48d2 100644
--- a/tests/bash_completion/tests.py
+++ b/tests/bash_completion/tests.py
@@ -5,7 +5,7 @@ import os
import sys
import unittest
-from django.core.apps import app_cache
+from django.apps import app_cache
from django.core.management import ManagementUtility
from django.utils.six import StringIO