[Epydoc-commits] SF.net SVN: epydoc: [1590] trunk/epydoc/src/epydoc/markup/epytext.py
Brought to you by:
edloper
From: <ed...@us...> - 2007-06-29 12:11:40
|
Revision: 1590 http://svn.sourceforge.net/epydoc/?rev=1590&view=rev Author: edloper Date: 2007-06-29 05:11:38 -0700 (Fri, 29 Jun 2007) Log Message: ----------- fixed import bug Modified Paths: -------------- trunk/epydoc/src/epydoc/markup/epytext.py Modified: trunk/epydoc/src/epydoc/markup/epytext.py =================================================================== --- trunk/epydoc/src/epydoc/markup/epytext.py 2007-05-10 17:45:21 UTC (rev 1589) +++ trunk/epydoc/src/epydoc/markup/epytext.py 2007-06-29 12:11:38 UTC (rev 1590) @@ -1851,6 +1851,7 @@ docindex, context): # Generate the graph if graph_type == 'classtree': + from epydoc.apidoc import ClassDoc if graph_args: bases = [docindex.find(name, context) for name in graph_args] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |