beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
2013-05-31, Laurent Bessard
8a620b460b49
Fixed support for drawing instance path at a fixed position in Viewer debug mode on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")