diff options
Diffstat (limited to 'tests/regressiontests/bash_completion/management/commands/test_command.py')
| -rw-r--r-- | tests/regressiontests/bash_completion/management/commands/test_command.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/regressiontests/bash_completion/management/commands/test_command.py b/tests/regressiontests/bash_completion/management/commands/test_command.py index 5cb8820a8f..0f5750645c 100644 --- a/tests/regressiontests/bash_completion/management/commands/test_command.py +++ b/tests/regressiontests/bash_completion/management/commands/test_command.py @@ -1,5 +1,4 @@ -import sys, os -from optparse import OptionParser, make_option +from optparse import make_option from django.core.management.base import BaseCommand |
