beremiz
Clone
Summary
Browse
Changes
Graph
Fixed CustomToolTip
2013-05-24, Laurent Bessard
dff0a4e40808
Fixed CustomToolTip
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")