beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in LogViewer layout
2013-05-06, Laurent Bessard
fe6dd066fd95
Fixed bug in LogViewer layout
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")