beremiz
Clone
Summary
Browse
Changes
Graph
Fixed support for defining python runtime code using sections like in c_ext
2013-05-13, Laurent Bessard
b1705000eba1
Fixed support for defining python runtime code using sections like in c_ext
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")