beremiz
Clone
Summary
Browse
Changes
Graph
Ignore bug report files.
2017-03-05, Mario de Sousa
a375e31bf312
Ignore bug report files.
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")