beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pou variables instance information loading stylesheet
2013-10-09, Laurent Bessard
aee0a7eb833a
Fixed pou variables instance information loading stylesheet
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")