beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when adding a block in Viewer
2013-08-28, Laurent Bessard
70dc98533ec6
Fixed bug when adding a block in Viewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")