beremiz
Clone
Summary
Browse
Changes
Graph
Fixed python global variable declaration example in generated runtime python file
2013-05-09, Laurent Bessard
2fc1eef45bda
Fixed python global variable declaration example in generated runtime python file
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")