beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LogViewer scrollbar and scroll methods
2013-03-14, Laurent Bessard
fc671a3e95a9
Fixed LogViewer scrollbar and scroll methods
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")