beremiz
Clone
Summary
Browse
Changes
Graph
Added support for compatibility with older version of c_ext
2013-05-08, Laurent Bessard
1f46424c6220
Added support for compatibility with older version of 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")