beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug on Windows with wxPaintDC
2013-02-27, Laurent Bessard
9343740603f5
Fix bug on Windows with wxPaintDC
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")