From 6b79fa915df800feeadbeab68e6a36a1a958bc2e Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Thu, 26 Feb 2009 13:47:01 +0100 Subject: - Added comment in empty __init__.py files --- monitorplugins/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'monitorplugins/__init__.py') diff --git a/monitorplugins/__init__.py b/monitorplugins/__init__.py index c728b11..2e11577 100644 --- a/monitorplugins/__init__.py +++ b/monitorplugins/__init__.py @@ -15,4 +15,5 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # -# This file intentionally left blank and needed because of python module magic. +# This file intentionally left blank and needed because of Python Packages +# magic. -- cgit