beremiz
Clone
Summary
Browse
Changes
Graph
Improved syntax of pou block information loading stylesheet
2013-10-04, Laurent Bessard
53e51e786654
Improved syntax of pou block information loading stylesheet
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")