beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug when exporting string variables values in graph to clipboard
2013-06-26, Laurent Bessard
f049c901c85b
Fix bug when exporting string variables values in graph to clipboard
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")