source: workshop2010/trunk/src/grokworkshop/subpkg/othermodule.py

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

Import first implementation.

File size: 129 bytes
RevLine 
[5538]1"""Another module that also contains no valuable code.
2"""
3def other_function(y):
4    print "do something else: ", y
5    return
6
Note: See TracBrowser for help on using the repository browser.