beremiz
Clone
Summary
Browse
Changes
Graph
Added support for drag'n dropping non-numeric variables
2013-02-26, Laurent Bessard
c1159acb0886
Added support for drag'n dropping non-numeric variables
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")