From 46a3fe877a80dc1f69587f8b33e2db43e5a87d98 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Tue, 9 Dec 2008 21:46:18 +0100 Subject: [PATCH] =?UTF-8?q?[bcfg2/plugins/python]=20mises=20=C3=A0=20jour?= =?UTF-8?q?=20pour=20bcfg2-0.9.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20081209204618-af139-f6bb975c3a6ea5c9a99fccc11273e96eb3222940.gz --- bcfg2/plugins/Python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bcfg2/plugins/Python.py b/bcfg2/plugins/Python.py index 95efe587..b7508187 100644 --- a/bcfg2/plugins/Python.py +++ b/bcfg2/plugins/Python.py @@ -96,7 +96,7 @@ class FakeProperties: def __init__(self): self.properties = lxml.etree.Element("Properties") -class Python(Bcfg2.Server.Plugin.Plugin): +class Python(Bcfg2.Server.Plugin.GeneratorPlugin): '''The Python generator implements a templating mechanism for configuration files''' __name__ = 'Python' __version__ = '1.0'