[bcfg2/plugins/python] mises à jour pour bcfg2-0.9.6
darcs-hash:20081209204618-af139-f6bb975c3a6ea5c9a99fccc11273e96eb3222940.gz
This commit is contained in:
parent
959dd690c4
commit
46a3fe877a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class FakeProperties:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.properties = lxml.etree.Element("Properties")
|
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'''
|
'''The Python generator implements a templating mechanism for configuration files'''
|
||||||
__name__ = 'Python'
|
__name__ = 'Python'
|
||||||
__version__ = '1.0'
|
__version__ = '1.0'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue