--- trunk/scons/scons_extensions.py 2006/02/02 05:23:44 486 +++ trunk/scons/scons_extensions.py 2006/02/02 06:16:30 487 @@ -35,8 +35,6 @@ # change into the relevant dir os.chdir(docdir) - # determine which epydoc executable to use - # run the epydoc script if not os.system(runepydoc): os.chdir(pwd) @@ -62,8 +60,6 @@ # change into the relevant dir os.chdir(docdir) - # determine which doxygen executable to use - # run the doxygen script if not os.system(rundoxygen): os.chdir(pwd)