[bcfg2/plugins/python] mises à jour pour bcfg2-0.9.6

darcs-hash:20081209204618-af139-f6bb975c3a6ea5c9a99fccc11273e96eb3222940.gz
This commit is contained in:
Jeremie Dimino 2008-12-09 21:46:18 +01:00
parent 959dd690c4
commit 46a3fe877a

View file

@ -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'