beremiz
Clone
Summary
Browse
Changes
Graph
Clean Config Tree Node children list by type after removing one child
2013-04-15, Laurent Bessard
1eec9b855e47
Clean Config Tree Node children list by type after removing one child
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")