beremiz
Clone
Summary
Browse
Changes
Graph
Fixed build error with python <-> PLCglobals variables declared with no initial value
2013-05-16, Edouard Tisserant
da9ccfceff31
Fixed build error with python <-> PLCglobals variables declared with no initial value
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")