[Epydoc-commits] SF.net SVN: epydoc: [1284] trunk/epydoc/src/scripts/epydoc.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-22 01:44:16
|
Revision: 1284 Author: edloper Date: 2006-08-21 18:44:11 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1284&view=rev Log Message: ----------- Fixed typo in comment Modified Paths: -------------- trunk/epydoc/src/scripts/epydoc.py Modified: trunk/epydoc/src/scripts/epydoc.py =================================================================== --- trunk/epydoc/src/scripts/epydoc.py 2006-08-22 01:32:36 UTC (rev 1283) +++ trunk/epydoc/src/scripts/epydoc.py 2006-08-22 01:44:11 UTC (rev 1284) @@ -5,8 +5,8 @@ # We have to do some path magic to prevent Python from getting # confused about the difference between this epydoc module, and the -# real epydoc package. So sys.path[0], which contains the directory -# of the script. +# real epydoc package. So remove sys.path[0], which contains the +# directory of the script. import sys, os.path script_path = os.path.abspath(sys.path[0]) sys.path = [p for p in sys.path if This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |