beremiz
Clone
Summary
Browse
Changes
Graph
Fixed unused variable in plc_debug.c
2014-03-29, Edouard Tisserant
dd6d40094782
Fixed unused variable in plc_debug.c
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")