beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when no connection defined for connectionPointIn
2013-08-06, Laurent Bessard
fa77f3b8f182
Fixed bug when no connection defined for connectionPointIn
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")