summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-07-23 14:15:03 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-07-23 14:15:03 +0000
commit508016c0f4ea035af9f46d87af6c0ed40171acf0 (patch)
tree8d5769d7aa34dc28c1ced05fbd6cb24bbc1743fe
parenta7b556ca044b2d51d25d566a7ce6410111cf50e1 (diff)
Fixed #7914 -- Added some missing __init__.py files that were missed when the ping_google command was added. Thanks to bernd for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/sitemaps/management/__init__.py0
-rw-r--r--django/contrib/sitemaps/management/commands/__init__.py0
2 files changed, 0 insertions, 0 deletions
diff --git a/django/contrib/sitemaps/management/__init__.py b/django/contrib/sitemaps/management/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/contrib/sitemaps/management/__init__.py
diff --git a/django/contrib/sitemaps/management/commands/__init__.py b/django/contrib/sitemaps/management/commands/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/django/contrib/sitemaps/management/commands/__init__.py