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