beremiz
Clone
Summary
Browse
Changes
Graph
Fix semantic error while compiling project including canfestival extension instances
2013-02-27, Laurent Bessard
89fead207c35
Fix semantic error while compiling project including canfestival extension instances
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")