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/__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 @@
+