beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
2013-06-14, Laurent Bessard
4b7ef7ea318f
Fixed bug VariablePanel and ProjectProperties not refreshed in ProjectNodeEditor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")