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

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

Import first implementation.

File size: 129 bytes
Line 
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.