beremiz
Clone
Summary
Browse
Changes
Graph
Fixed incomplete task grid update on interface change, in Resource editor
2014-06-25, Edouard Tisserant
458d93275f71
Fixed incomplete task grid update on interface change, in Resource editor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")