beremiz
Clone
Summary
Browse
Changes
Graph
Tidy PLCopen definitions
2014-01-28, Edouard Tisserant
0f4d32a033e0
Tidy PLCopen definitions
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")