source:
trunk/zoo-services/hello-py/test_service.py
@
197
| Last change on this file since 197 was 1, checked in by djay, 16 years ago | |
|---|---|
| File size: 142 bytes | |
| Rev | Line | |
|---|---|---|
| [1] | 1 | import sys |
| 2 | def HelloPy(conf,inputs,outputs): | |
| 3 | outputs["Result"]["value"]="Hello "+inputs["a"]["value"]+" from Python World !" | |
| 4 | return 3 | |
| 5 |
Note: See TracBrowser
for help on using the repository browser.













