beremiz
Clone
Summary
Browse
Changes
Graph
Added support for displaying value of unconnected block connectors in debug
2013-05-17, Laurent Bessard
2ed9675be08d
Added support for displaying value of unconnected block connectors in debug
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")