beremiz

Fixed POU paste exception

2014-05-28, Edouard Tisserant
805d13d216c0
Fixed POU paste exception
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")