beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with edge and storage parameters in contact and coil not loaded in file saved with older version
2013-12-05, Laurent Bessard
8b0a7eceb76d
Fixed bug with edge and storage parameters in contact and coil not loaded in file saved with older version
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")