beremiz
Clone
Summary
Browse
Changes
Graph
Added support for updating model when broken connection is detected in Viewer
2013-05-14, Laurent Bessard
519a21ddbc40
Added support for updating model when broken connection is detected in Viewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")