beremiz
Clone
Summary
Browse
Changes
Graph
closing 1.1 branch
1.1 Korean release
2017-01-24, Edouard Tisserant 7BB06627
437d258179e1
closing 1.1 branch
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")