beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug wrong pin number in dialog when creating new power rail on Windows
2013-10-10, Laurent Bessard
b8d577c7eb4b
Fixed bug wrong pin number in dialog when creating new power rail on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")