summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-30 12:32:26 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-30 12:32:26 +0000
commita5c80a28dc797211eb39a5e073e380a8a0bbb369 (patch)
treedf83e0eec60fa17d44abc3d3e7bd88fc0d85fab6
parent5deb3e5a6240b18e6fb03b7adc2656eeaa5be396 (diff)
Added a missing (empty) models.py file required for the tests from r13644 to actually run.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/sitemaps/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/contrib/sitemaps/models.py b/django/contrib/sitemaps/models.py
new file mode 100644
index 0000000000..7ff128fa69
--- /dev/null
+++ b/django/contrib/sitemaps/models.py
@@ -0,0 +1 @@
+# This file intentionally left blank \ No newline at end of file