beremiz

Fixed SFC keyword definition

2013-02-27, Laurent Bessard
aa24cf3b7009
Fixed SFC keyword definition
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")