source: workshop2010/trunk/src/grokworkshop/samplemodule.py @ 5552

Last change on this file since 5552 was 5538, checked in by uli, 14 years ago

Import first implementation.

File size: 111 bytes
Line 
1"""This sample module does silly things.
2"""
3def do_something(x):
4    print "Doing something: ", x
5    return
6
Note: See TracBrowser for help on using the repository browser.