[Epydoc-commits] SF.net SVN: epydoc: [1609] trunk/epydoc/src/epydoc/docintrospecter.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-09-23 04:11:53
|
Revision: 1609 http://epydoc.svn.sourceforge.net/epydoc/?rev=1609&view=rev Author: edloper Date: 2007-09-22 21:11:50 -0700 (Sat, 22 Sep 2007) Log Message: ----------- - Attempt to fix sf bug 1671154 Modified Paths: -------------- trunk/epydoc/src/epydoc/docintrospecter.py Modified: trunk/epydoc/src/epydoc/docintrospecter.py =================================================================== --- trunk/epydoc/src/epydoc/docintrospecter.py 2007-09-23 03:40:08 UTC (rev 1608) +++ trunk/epydoc/src/epydoc/docintrospecter.py 2007-09-23 04:11:50 UTC (rev 1609) @@ -211,6 +211,7 @@ # anything else. (Typically this is true if this module was # imported, but is not included in the set of modules we're # documenting.) + module_doc.variables = {} if preliminary: return # Record the module's docstring This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |