Fixes UVLdoc generation, thanks ffrrrr (closes #49)

This commit is contained in:
Steven Barth 2009-02-20 11:47:52 +00:00
parent 2c34f6d366
commit adaed27551

View file

@ -32,7 +32,7 @@ function Generator.__init__(self, schemes, output, uvlpath)
self.names = schemes
self.output = output or "doc"
self.schemes = {}
self.uvl = uvl.UVL()
self.uvl = uvl.UVL(uvlpath)
self.extension = ".xml"
self.additionals = {"uvldoc.css"}