beremiz
Clone
Summary
Browse
Changes
Graph
Cleaner matplotlib import preventing noisy warnings
2013-10-12, Edouard Tisserant
077bcba2d485
Cleaner matplotlib import preventing noisy warnings
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")