beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when typing and caret is at last test position in CodeFileEditor
2013-05-16, Laurent Bessard
b1c84771e1cf
Fixed bug when typing and caret is at last test position in CodeFileEditor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")