summaryrefslogtreecommitdiffstats
path: root/cobbler/settings.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-10-17 18:11:51 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-10-17 18:11:51 -0400
commit4a7d0c46c7dd4ab46a4850bd462729d1ea6be497 (patch)
tree918f0f0b66de6cda083d8dd3d888fd7589c24cba /cobbler/settings.py
parent940a0bbbe44db52c06514423823f865a6c579e3a (diff)
downloadthird_party-cobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.tar.gz
third_party-cobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.tar.xz
third_party-cobbler-4a7d0c46c7dd4ab46a4850bd462729d1ea6be497.zip
Various changes to allow for increased performance in the WebUI and in saving state, plus
a fix to import that keeps from creating extra yum repo entries for various distros.
Diffstat (limited to 'cobbler/settings.py')
-rw-r--r--cobbler/settings.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/cobbler/settings.py b/cobbler/settings.py
index 53d85b3..6573b40 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -59,15 +59,6 @@ DEFAULTS = {
class Settings(serializable.Serializable):
- def filename(self):
- """
- The filename where settings are serialized.
- """
- if TESTMODE:
- return "/var/lib/cobbler/test/settings"
- else:
- return "/var/lib/cobbler/settings"
-
def collection_type(self):
return "settings"