beremiz

Added beremiz.h header file for extensions

2013-03-26, Edouard Tisserant
3f966bbb3fba
Added beremiz.h header file for extensions
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")