beremiz

Fixed bugs in CustomStyledTextCtrl

2013-05-06, Laurent Bessard
e91f2c8d6f51
Fixed bugs in CustomStyledTextCtrl
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")