beremiz
Clone
Summary
Browse
Changes
Graph
Added a variable name text entry dialog to allow name change on drag'n'drops
2014-06-11, Edouard Tisserant
374238039643
Added a variable name text entry dialog to allow name change on drag'n'drops
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")