beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when editing block information of an extended standard function
2013-09-25, Laurent Bessard
632780979432
Fixed bug when editing block information of an extended standard function
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")