beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug in when deleting row in CustomGrid
2013-05-30, Laurent Bessard
eb118ed5cbe0
Fixed bug in when deleting row 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")