beremiz
Clone
Summary
Browse
Changes
Graph
Fixed search highlight bug in ST and Code text editors
2013-05-28, Laurent Bessard
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")