beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Beremiz_service not closing on Windows
2013-05-10, Laurent Bessard
d3838e8f1b90
Fixed Beremiz_service not closing on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")