beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug with margin cursor in StyledTextCtrl on Windows
2013-05-06, Laurent Bessard
5f612651d227
Fixed bug with margin cursor in StyledTextCtrl on Windows
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")