beremiz
Clone
Summary
Browse
Changes
Graph
Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
2013-06-03, Laurent Bessard
2ef048b5383c
Added support for opening text viewer by default and toggling between GraphicViewer and TextViewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")