beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
2013-05-16, Laurent Bessard
950787298c96
Fixed bug tabs selected cyclically when drag'n dropping variable into Editor
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")