source:
workshop2010/trunk/src/grokworkshop/samplemodule.py
@
17935
Last change on this file since 17935 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.