diff options
Diffstat (limited to 'tests/bash_completion')
| -rw-r--r-- | tests/bash_completion/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bash_completion/tests.py b/tests/bash_completion/tests.py index 4fdb793feb..2da68b588a 100644 --- a/tests/bash_completion/tests.py +++ b/tests/bash_completion/tests.py @@ -3,10 +3,10 @@ A series of tests to establish that the command-line bash completion works. """ import os import sys +import unittest from django.conf import settings from django.core.management import ManagementUtility -from django.utils import unittest from django.utils.six import StringIO |
