"""This sample module does silly things.
"""
def do_something(x):
    print "Doing something: ", x
    return

