beremiz

Added LogViewer panel in bottom notebook

2013-03-13, Laurent Bessard
3290eff761f1
Added LogViewer panel in bottom notebook
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")