From 6e8b40a2496bd5c0f531804a210cf6b5ba072ed1 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sat, 27 Sep 2008 02:20:53 +0000 Subject: Pylint formatting fixes for client tool drivers git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4923 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Client/Tools/launchd.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/lib/Client/Tools/launchd.py') diff --git a/src/lib/Client/Tools/launchd.py b/src/lib/Client/Tools/launchd.py index 84ed4177e..2b9314e54 100644 --- a/src/lib/Client/Tools/launchd.py +++ b/src/lib/Client/Tools/launchd.py @@ -11,7 +11,10 @@ class launchd(Bcfg2.Client.Tools.Tool): __name__ = 'launchd' __req__ = {'Service':['name', 'status']} - #currently requires the path to the plist to load/unload, and Name is acually a reverse-fqdn (or the label) + ''' + currently requires the path to the plist to load/unload, + and Name is acually a reverse-fqdn (or the label) + ''' def FindPlist(self, entry): '''Locate plist file that provides given reverse-fqdn name /Library/LaunchAgents Per-user agents provided by the administrator. -- cgit v1.2.3-1-g7c22