beremiz
Clone
Summary
Browse
Changes
Graph
Added tooltip in ProjectTree when mouse over POU
2013-05-09, Laurent Bessard
843d181f73b4
Added tooltip in ProjectTree when mouse over POU
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")