beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
2013-04-30, Laurent Bessard
6c8dfc4fc23b
Fixed bug in LogViewer when no Log Messages are available when first SetLogCounters
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")