beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping variables from left panel
2013-02-28, Laurent Bessard
c1f901403a34
Fixed bug when drag'n dropping variables from left panel
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")