Package testpackage
[hide private]
[frames] | no frames]

Source Code for Package testpackage

 1  """ 
 2  This is an important module that really needs to be documented. 
 3   
 4  It has a bunch of stuff in it that is not only really important, but also 
 5  really interesting too.  Because of that, we really want this information to 
 6  show up in the generated Epydoc documentation. 
 7   
 8  Besides being a pile of completely useless text, this is used as a test case 
 9  for Epydoc, to make sure that it's working. 
10   
11  @author: Kenneth J. Pronovici <pronovic@debian.org> 
12  """ 
13   
14  __all__ = [ 'util', ] 
15