beremiz

3e2aebc9c7c0
Fixed search highlight bug in ST and Code text editors
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")