beremiz
Clone
Summary
Browse
Changes
Graph
Move C_ext file for merging with py_ext
2013-05-08, Laurent Bessard
a73fde048749
Move C_ext file for merging with py_ext
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")