beremiz
Clone
Summary
Browse
Changes
Graph
Fix matplotlib exception when launching on XP
2014-02-25, Edouard Tisserant
d11ca4dd5135
Fix matplotlib exception when launching on XP
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")