beremiz

Fix row selection in CustomGrid

2013-03-05, Laurent Bessard
069466072e9d
Fix row selection in CustomGrid
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")