beremiz
Clone
Summary
Browse
Changes
Graph
Now Debug Buffer Unpacking is a separate function, declared in typemapping.py
2013-04-28, Edouard Tisserant
8078c01ae464
Now Debug Buffer Unpacking is a separate function, declared in typemapping.py
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")