[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:15:07 UTC 2012
The following commit has been merged in the debian/master branch:
commit e285041d41e36337381ee61192ce8ea30401eed0
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sat Jan 21 12:16:10 2012 +0100
FIX remove a non-ascii character in a comment
diff --git a/shinken/daemon.py b/shinken/daemon.py
index 19e717c..9ec1fb1 100644
--- a/shinken/daemon.py
+++ b/shinken/daemon.py
@@ -83,7 +83,7 @@ class InvalidPidFile(Exception): pass
""" Interface for pyro communications """
class Interface(Pyro.core.ObjBase, object):
- #'app´ is to be set to the owner of this interface.
+ # 'app' is to be set to the owner of this interface.
def __init__(self, app):
Pyro.core.ObjBase.__init__(self)
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list