summaryrefslogtreecommitdiffstats
path: root/cobbler/utils.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-04-16 18:37:48 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-04-16 18:37:48 -0400
commit143f4e068dc1a7e2f5b7196bcfc9a7317bf11fcc (patch)
treebfaea8d0d0bec60d0e2c5755b3badd78fb49db2d /cobbler/utils.py
parent30f0d9f1f5e3ebe897c0786f52e2f404cd88b737 (diff)
downloadthird_party-cobbler-143f4e068dc1a7e2f5b7196bcfc9a7317bf11fcc.tar.gz
third_party-cobbler-143f4e068dc1a7e2f5b7196bcfc9a7317bf11fcc.tar.xz
third_party-cobbler-143f4e068dc1a7e2f5b7196bcfc9a7317bf11fcc.zip
This is the new status engine in progress. I still need to do some things to parse out
times and indicate how long installs have been active (so there is an easier way to grep for last installs). Technically this will also provide ways of looking at an install history which is probably something we could add if it was interesting. Lots of options.
Diffstat (limited to 'cobbler/utils.py')
-rw-r--r--cobbler/utils.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/cobbler/utils.py b/cobbler/utils.py
index 0f09345..7bd37ad 100644
--- a/cobbler/utils.py
+++ b/cobbler/utils.py
@@ -467,9 +467,6 @@ def fix_mod_python_select_submission(repos):
which doesn't seem to happen on all versions of python/mp.
"""
- if str(repos).find("Field(") == -1:
- return repos # no hack needed
-
# should be nice regex, but this is readable :)
repos = str(repos)
repos = repos.replace("'repos'","")