beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when displaying Master generated Object Dictionary in canfestival extension
2013-08-07, Laurent Bessard
adda406d3960
Fixed bug when displaying Master generated Object Dictionary in canfestival extension
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")