beremiz
Clone
Summary
Browse
Changes
Graph
Add command line option '-l' when calling matiec
2014-11-26, mjsousa
dfea848e146d
Add command line option '-l' when calling matiec
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")