source:
workshop2010/branches/isouaba-experimental/src/grokworkshop/subpkg/othermodule.py
@
11110
Last change on this file since 11110 was 5538, checked in by , 14 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | """Another module that also contains no valuable code. |
2 | """ |
3 | def other_function(y): |
4 | print "do something else: ", y |
5 | return |
6 |
Note: See TracBrowser for help on using the repository browser.