beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears
2013-04-25, Laurent Bessard
5e740fe71fbe
Fixed bug in LogViewer when view is filtered and displaying last message and new messages appears
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")