From 43da3407d5ef57a376fba5960a5f419b95157fa5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michael=20Elsd=C3=B6rfer?= Date: Tue, 17 Jun 2008 13:33:55 +0000 Subject: [PATCH] forgot those files in the last commit --- tests/testapp/__init__.py | 0 tests/testapp/models.py | 1 + 2 files changed, 1 insertion(+) create mode 100644 tests/testapp/__init__.py create mode 100644 tests/testapp/models.py diff --git a/tests/testapp/__init__.py b/tests/testapp/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/tests/testapp/models.py b/tests/testapp/models.py new file mode 100644 index 0000000..157f5f5 --- /dev/null +++ b/tests/testapp/models.py @@ -0,0 +1 @@ +"""Empty demo app our tests can assign models to.""" \ No newline at end of file -- 2.26.2