beremiz
Clone
Summary
Browse
Changes
Graph
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
2013-03-06, Laurent Bessard
dc1318160073
Fixed bug when ST/IL code contains non-ascii characters (in comment) and modifying variable name
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")