From 508016c0f4ea035af9f46d87af6c0ed40171acf0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 23 Jul 2008 14:15:03 +0000 Subject: [PATCH] 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 --- django/contrib/sitemaps/management/__init__.py | 0 django/contrib/sitemaps/management/commands/__init__.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 django/contrib/sitemaps/management/__init__.py create mode 100644 django/contrib/sitemaps/management/commands/__init__.py diff --git a/django/contrib/sitemaps/management/__init__.py b/django/contrib/sitemaps/management/__init__.py new file mode 100644 index 0000000000..e69de29bb2 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