beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when defining variable type as explicit array in VariablePanel
2013-12-05, Laurent Bessard
10ac2b18437b
Fixed bug when defining variable type as explicit array 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")