beremiz
Clone
Summary
Browse
Changes
Graph
Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
2014-06-04, Edouard Tisserant
8a3998d10b81
Splitted type selection menu code in VariablePanel, making easier to override behaviour by inheritence
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")