beremiz
Clone
Summary
Browse
Changes
Graph
Fixed various latency issues removing unnecessary calls
2013-10-03, Laurent Bessard
c17507a10807
Fixed various latency issues removing unnecessary calls
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")