beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for spaces in matiec libraries path with native beremiz build
2014-03-16, Edouard Tisserant
340a01ff9749
Fixed support for spaces in matiec libraries path with native beremiz build
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")