beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when collecting log messages from connector history for LogViewer
2013-05-30, Laurent Bessard
8f8d9859e9fc
Fixed bug when collecting log messages from connector history for LogViewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")