beremiz
Clone
Summary
Browse
Changes
Graph
Fixed LogViewer with improvements
2013-03-15, Laurent Bessard
b663f099da8a
Fixed LogViewer with improvements
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")