beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when cancelling ActionBlockDialog
2013-10-02, Laurent Bessard
7e5702d1f246
Fixed bug when cancelling ActionBlockDialog
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")