beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open
2013-06-10, Laurent Bessard
ceaf9b4c0f86
Fixed bug when drag'n dropping POU from project tree, POU editor is selected if open
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")