source:
workshop2010/branches/isouaba-experimental/src/grokworkshop/samplemodule.py
@
17945
Last change on this file since 17945 was 5538, checked in by , 14 years ago | |
---|---|
File size: 111 bytes |
Line | |
---|---|
1 | """This sample module does silly things. |
2 | """ |
3 | def do_something(x): |
4 | print "Doing something: ", x |
5 | return |
6 |
Note: See TracBrowser for help on using the repository browser.