beremiz
Clone
Summary
Browse
Changes
Graph
Fixed SFC code generation bug detected by Mario
2015-02-24, Edouard Tisserant
44bf0ba866e9
Fixed SFC code generation bug detected by Mario
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")