summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_sync.py2
-rw-r--r--cobbler/webui/master.py4
2 files changed, 3 insertions, 3 deletions
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"
diff --git a/cobbler/webui/master.py b/cobbler/webui/master.py
index 7fc1d6a..b29bb8c 100644
--- a/cobbler/webui/master.py
+++ b/cobbler/webui/master.py
@@ -33,8 +33,8 @@ VFN=valueForName
currentTime=time.time
__CHEETAH_version__ = '2.0rc8'
__CHEETAH_versionTuple__ = (2, 0, 0, 'candidate', 8)
-__CHEETAH_genTime__ = 1190239979.666712
-__CHEETAH_genTimestamp__ = 'Wed Sep 19 18:12:59 2007'
+__CHEETAH_genTime__ = 1190241010.2348001
+__CHEETAH_genTimestamp__ = 'Wed Sep 19 18:30:10 2007'
__CHEETAH_src__ = 'webui_templates/master.tmpl'
__CHEETAH_srcLastModified__ = 'Tue Sep 18 15:11:43 2007'
__CHEETAH_docstring__ = 'Autogenerated by CHEETAH: The Python-Powered Template Engine'