beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Xenomai target according to new xmlclass
2013-09-24, Laurent Bessard
a2b1af39385c
Fixed Xenomai target according to new xmlclass
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")