beremiz
Clone
Summary
Browse
Changes
Graph
Added makefile for generating xslt stylesheet from ysl2 files
2013-10-10, Laurent Bessard
fc7aab64589b
Added makefile for generating xslt stylesheet from ysl2 files
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")