beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bugs with pou variable infos computation stylesheet
2013-10-16, Laurent Bessard
e567e4bee11f
Fixed bugs with pou variable infos computation stylesheet
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")