From a7db44fab1b5418921b9d57574f588d416724699 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 19 Sep 2007 18:30:49 -0400 Subject: Package the cobbler manpage as html as well as a docs page. Fix a broken docstring in action_sync.py --- cobbler/action_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler/action_sync.py') diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py index 69f66b6..9cd7b46 100644 --- a/cobbler/action_sync.py +++ b/cobbler/action_sync.py @@ -357,7 +357,7 @@ class BootSync: * signal the status watcher we're done * disable PXE if needed * save the original kickstart file for debug - "" + """ # FIXME: watcher is more of a request than a packaged file # we should eventually package something and let it do something important" -- cgit