summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bash_completion
diff options
context:
space:
mode:
Diffstat (limited to 'tests/regressiontests/bash_completion')
-rw-r--r--tests/regressiontests/bash_completion/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/bash_completion/tests.py b/tests/regressiontests/bash_completion/tests.py
index 24c8b1d3f3..f9670346a1 100644
--- a/tests/regressiontests/bash_completion/tests.py
+++ b/tests/regressiontests/bash_completion/tests.py
@@ -2,12 +2,12 @@
A series of tests to establish that the command-line bash completion works.
"""
import os
-import unittest
import sys
import StringIO
from django.conf import settings
from django.core.management import ManagementUtility
+from django.utils import unittest
class BashCompletionTests(unittest.TestCase):
"""