beremiz
Clone
Summary
Browse
Changes
Graph
Reduced message line size in Log Viewer
2013-03-22, Laurent Bessard
d6da2ccafca4
Reduced message line size in Log Viewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")