[Epydoc-commits] SF.net SVN: epydoc: [1232] trunk/epydoc/src/epydoc/cli.py
Brought to you by:
edloper
From: <dva...@us...> - 2006-06-22 14:32:11
|
Revision: 1232 Author: dvarrazzo Date: 2006-06-22 07:32:06 -0700 (Thu, 22 Jun 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1232&view=rev Log Message: ----------- - The dotgraph module is looked for in the right package. Modified Paths: -------------- trunk/epydoc/src/epydoc/cli.py Modified: trunk/epydoc/src/epydoc/cli.py =================================================================== --- trunk/epydoc/src/epydoc/cli.py 2006-04-19 00:30:37 UTC (rev 1231) +++ trunk/epydoc/src/epydoc/cli.py 2006-06-22 14:32:06 UTC (rev 1232) @@ -428,7 +428,7 @@ # Set the dot path if options.dotpath: - from epydoc import dotgraph + from epydoc.docwriter import dotgraph dotgraph.DOT_PATH = options.dotpath # Build docs for the named values. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |