beremiz
Clone
Summary
Browse
Changes
Graph
Fixed pou instance path list computing stylesheet
2013-10-10, Laurent Bessard
9ec4ac8e2955
Fixed pou instance path list 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")