beremiz
Clone
Summary
Browse
Changes
Graph
merge
2014-06-06, mjsousa
f65ab5ff91d1
merge
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")