summaryrefslogtreecommitdiff
path: root/tests/regressiontests/bash_completion
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-12-02 00:30:00 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-12-02 00:30:00 +0000
commitce7c61d61edc2c9f7d4c13811664bd226864bf30 (patch)
tree3c3b6fd697dd55b6bfa3aace44329a87bb44d017 /tests/regressiontests/bash_completion
parent97220910156edb6b7b8f99a578496b7278c280a4 (diff)
Refs #11109 -- Touched some whitespace so Trac will display some files correctly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/bash_completion')
-rw-r--r--tests/regressiontests/bash_completion/__init__.py1
-rw-r--r--tests/regressiontests/bash_completion/management/__init__.py1
-rw-r--r--tests/regressiontests/bash_completion/management/commands/__init__.py1
-rw-r--r--tests/regressiontests/bash_completion/management/commands/test_command.py1
-rw-r--r--tests/regressiontests/bash_completion/models.py1
5 files changed, 5 insertions, 0 deletions
diff --git a/tests/regressiontests/bash_completion/__init__.py b/tests/regressiontests/bash_completion/__init__.py
index e69de29bb2..8b13789179 100644
--- a/tests/regressiontests/bash_completion/__init__.py
+++ b/tests/regressiontests/bash_completion/__init__.py
@@ -0,0 +1 @@
+
diff --git a/tests/regressiontests/bash_completion/management/__init__.py b/tests/regressiontests/bash_completion/management/__init__.py
index e69de29bb2..8b13789179 100644
--- a/tests/regressiontests/bash_completion/management/__init__.py
+++ b/tests/regressiontests/bash_completion/management/__init__.py
@@ -0,0 +1 @@
+
diff --git a/tests/regressiontests/bash_completion/management/commands/__init__.py b/tests/regressiontests/bash_completion/management/commands/__init__.py
index e69de29bb2..8b13789179 100644
--- a/tests/regressiontests/bash_completion/management/commands/__init__.py
+++ b/tests/regressiontests/bash_completion/management/commands/__init__.py
@@ -0,0 +1 @@
+
diff --git a/tests/regressiontests/bash_completion/management/commands/test_command.py b/tests/regressiontests/bash_completion/management/commands/test_command.py
index 7e478066f8..5cb8820a8f 100644
--- a/tests/regressiontests/bash_completion/management/commands/test_command.py
+++ b/tests/regressiontests/bash_completion/management/commands/test_command.py
@@ -3,6 +3,7 @@ from optparse import OptionParser, make_option
from django.core.management.base import BaseCommand
+
class Command(BaseCommand):
option_list = BaseCommand.option_list + (
make_option("--list", action="store_true", dest="list",
diff --git a/tests/regressiontests/bash_completion/models.py b/tests/regressiontests/bash_completion/models.py
index e69de29bb2..8b13789179 100644
--- a/tests/regressiontests/bash_completion/models.py
+++ b/tests/regressiontests/bash_completion/models.py
@@ -0,0 +1 @@
+