beremiz

Fixed bug in actionBlock actions editing

2013-10-02, Laurent Bessard
6adf05c4508d
Fixed bug in actionBlock actions editing
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")