beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for default function block name in FBDBlockDialog
2013-06-10, Laurent Bessard
0c8b8ef9559b
Fixed support for default function block name in FBDBlockDialog
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")