beremiz

Fixed ST program generating module

2013-08-30, Laurent Bessard
cd639725fba5
Fixed ST program generating module
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")