beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with function POU when extracting return type
2013-12-05, Laurent Bessard
086f52b2feac
Fixed bug with function POU when extracting return type
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")