beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU
2013-05-29, Laurent Bessard
63afb5833bd8
Fixed bug two icons displayed for POU category item in Project Tree when adding a second POU
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")