beremiz
Clone
Summary
Browse
Changes
Graph
Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression
2013-10-17, Laurent Bessard
ee795a8d4404
Fixed coil and contact dialog to let user select a complex type variable for contact and coil expression
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")