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