beremiz
Clone
Summary
Browse
Changes
Graph
Replaced old pou instance variable list generating process by xslt stylesheet
2013-09-13, Laurent Bessard
df9d02bd3eb7
Replaced old pou instance variable list generating process by xslt stylesheet
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")