beremiz
Clone
Summary
Browse
Changes
Graph
Fixed ToolTip in Viewer
2013-06-06, Laurent Bessard
b1be490594af
Fixed ToolTip 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")