summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-02-19 15:42:51 -0500
committerJim Meyering <jim@meyering.net>2007-02-19 15:42:51 -0500
commit5a186d963ae3c89af01bdc71be0c73f294463c38 (patch)
treee5ec1d4ba7b8413365a23b0fee8267699b9e57ce /cobbler
parent2bb24f6178d3d930f10906a0e80c7d5f272668f0 (diff)
downloadthird_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.tar.gz
third_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.tar.xz
third_party-cobbler-5a186d963ae3c89af01bdc71be0c73f294463c38.zip
Unbundling Cheetah.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/action_sync.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 1cb4fc7..89e9978 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -32,14 +32,6 @@ import item_distro
import item_profile
import item_system
-# add Cheetah to sys.path so Cheetah's internal imports work with our
-# bundled copy of Cheetah (which we bundle to support older distros
-# that don't package it).
-import distutils.sysconfig as distconfig
-site_packages = distconfig.get_python_lib(False, False)
-sys.path.append(os.path.join(site_packages, "cobbler"))
-sys.path.append(os.path.join(site_packages, "cobbler", "Cheetah"))
-
from Cheetah.Template import Template
class BootSync: