beremiz
Clone
Summary
Browse
Changes
Graph
Fixed connections of block when changing block type
2013-04-23, Laurent Bessard
ef514eaacd8c
Fixed connections of block when changing block type
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")