beremiz
Clone
Summary
Browse
Changes
Graph
RC3
1.1 Korean release
2013-03-13, Edouard Tisserant
c8e008b8cefe
RC3
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")