beremiz
Clone
Summary
Browse
Changes
Graph
Used OrderedDict for keeping of standard function blocks library defined
2013-09-18, Laurent Bessard
bb04c41cbee9
Used OrderedDict for keeping of standard function blocks library defined
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")