beremiz
Clone
Summary
Browse
Changes
Graph
Added support for adding graphic element when dropping wire in midair
2013-06-14, Laurent Bessard
8350222a81c3
Added support for adding graphic element when dropping wire in midair
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")