diff options
Diffstat (limited to 'tests/admin_scripts')
| -rw-r--r-- | tests/admin_scripts/management/commands/custom_startproject.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/management/commands/custom_startproject.py b/tests/admin_scripts/management/commands/custom_startproject.py index 80c6d6b805..8144b5b69c 100644 --- a/tests/admin_scripts/management/commands/custom_startproject.py +++ b/tests/admin_scripts/management/commands/custom_startproject.py @@ -8,4 +8,4 @@ class Command(BaseCommand): make_option('--extra', action='store', dest='extra', help='An arbitrary extra value passed to the context'), - ) + ) |
