beremiz

Fixed typo in plcopen.py

2014-03-21, Edouard Tisserant
65a751cbb9b9
Fixed typo in plcopen.py
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")