source:
workshop2010/trunk/src/grokworkshop/samplemodule.py
@
17948
Last change on this file since 17948 was 5538, checked in by , 14 years ago | |
---|---|
File size: 111 bytes |
Rev | Line | |
---|---|---|
[5538] | 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.