Salome HOME
Use a more standard path for exported cmake configuration.
[tools/py2cpp.git] / example / mymodule.py
1 def myfunction(a, b):
2   return "The result is", a/b