From edc0fcdf7cf383e0d76ac727689c2b07530b6bfe Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 20 May 2007 04:08:14 +0000 Subject: [PATCH] Moved markup tests into their contrib directory. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5297 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- {tests/regressiontests => django/contrib}/markup/models.py | 0 {tests/regressiontests => django/contrib}/markup/tests.py | 0 tests/regressiontests/markup/__init__.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {tests/regressiontests => django/contrib}/markup/models.py (100%) rename {tests/regressiontests => django/contrib}/markup/tests.py (100%) delete mode 100644 tests/regressiontests/markup/__init__.py diff --git a/tests/regressiontests/markup/models.py b/django/contrib/markup/models.py similarity index 100% rename from tests/regressiontests/markup/models.py rename to django/contrib/markup/models.py diff --git a/tests/regressiontests/markup/tests.py b/django/contrib/markup/tests.py similarity index 100% rename from tests/regressiontests/markup/tests.py rename to django/contrib/markup/tests.py diff --git a/tests/regressiontests/markup/__init__.py b/tests/regressiontests/markup/__init__.py deleted file mode 100644 index e69de29bb2..0000000000