beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in loading block in Viewer when block interface has changed
2013-05-14, Laurent Bessard
d81d99fd1932
Fixed bug in loading block in Viewer when block interface has changed
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")