summaryrefslogtreecommitdiffstats
path: root/src/lib/Client/Tools/launchd.py
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2008-09-27 02:20:53 +0000
committerSol Jerome <solj@ices.utexas.edu>2008-09-27 02:20:53 +0000
commit6e8b40a2496bd5c0f531804a210cf6b5ba072ed1 (patch)
tree56804032259587b28d12e5c7386e56562127b540 /src/lib/Client/Tools/launchd.py
parent31a81c82a5c8e71a7e355dc1426da10ec6e28a45 (diff)
downloadbcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.tar.gz
bcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.tar.bz2
bcfg2-6e8b40a2496bd5c0f531804a210cf6b5ba072ed1.zip
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
Diffstat (limited to 'src/lib/Client/Tools/launchd.py')
-rw-r--r--src/lib/Client/Tools/launchd.py5
1 files changed, 4 insertions, 1 deletions
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.