beremiz
Clone
Summary
Browse
Changes
Graph
Fixed cast in target code to remove void* arithmetic warning
2013-03-21, Edouard Tisserant
afc4963d8f0c
Fixed cast in target code to remove void* arithmetic warning
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")