beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Triggering column cell choice editor, removing useless and bugging empty string option
2013-04-09, Laurent Bessard
96a2dc05651a
Fixed Triggering column cell choice editor, removing useless and bugging empty string option
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")