I was happy to find that I could do 'from gluon import current' in my modules, and get access to the various treasures that lie within ;)
Recently I went to try and run epydoc on my modules directory, so that I could have some doc while writing code, and discovered that epydoc gets an error importing current, since there is no current outside of the web2py environment. Is there any good way to document my modules directory?