beremiz
Clone
Summary
Browse
Changes
Graph
reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string
2013-03-11, Edouard Tisserant
c4550f76ae05
reverted PLCObject.py. ctypes.POINTER(ctypes.c_uint8) != string
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")