update pour bcfg2-1.0
darcs-hash:20090603132108-af139-2d6b89763e27934855dde1709c25714119c3e61a.gz
This commit is contained in:
parent
292c933dff
commit
ecb713cc85
2 changed files with 6 additions and 6 deletions
|
@ -96,9 +96,9 @@ class FakeProperties:
|
|||
def __init__(self):
|
||||
self.properties = lxml.etree.Element("Properties")
|
||||
|
||||
class Python(Bcfg2.Server.Plugin.GeneratorPlugin):
|
||||
class Python(Bcfg2.Server.Plugin.Plugin,Bcfg2.Server.Plugin.Generator):
|
||||
'''The Python generator implements a templating mechanism for configuration files'''
|
||||
__name__ = 'Python'
|
||||
name = 'Python'
|
||||
__version__ = '1.0'
|
||||
__author__ = 'dimino@crans.org'
|
||||
|
||||
|
@ -214,7 +214,7 @@ class Python(Bcfg2.Server.Plugin.GeneratorPlugin):
|
|||
'''Surveille un dossier avec FAM'''
|
||||
if path not in self.handles.values():
|
||||
if not posixpath.isdir(path):
|
||||
print "Python: Failed to open directory %s" % (name)
|
||||
print "Python: Failed to open directory %s" % path
|
||||
return
|
||||
reqid = self.core.fam.AddMonitor(path, self)
|
||||
self.handles[reqid] = path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue