beremiz
Clone
Summary
Browse
Changes
Graph
Added support for replacing a wire by two connections
2013-06-17, Laurent Bessard
895605ccac70
Added support for replacing a wire by two connections
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")