beremiz
Clone
Summary
Browse
Changes
Graph
Fixed non-tested bad code in VariablePanel
2013-05-29, Edouard Tisserant
891b49d2752b
Fixed non-tested bad code in VariablePanel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")