From: Doug H. <dou...@us...> - 2002-11-17 16:20:44
|
Update of /cvsroot/happydoc/HappyDoc3/happydoclib/parseinfo In directory usw-pr-cvs1:/tmp/cvs-serv25928/happydoclib/parseinfo Modified Files: moduleinfo.py Log Message: Do not include the tree in each module info trace statement. Index: moduleinfo.py =================================================================== RCS file: /cvsroot/happydoc/HappyDoc3/happydoclib/parseinfo/moduleinfo.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** moduleinfo.py 17 Nov 2002 15:05:43 -0000 1.1 --- moduleinfo.py 17 Nov 2002 16:20:41 -0000 1.2 *************** *** 106,110 **** happydoclib.TRACE.into('ModuleInfo', '__init__', parent=parent, ! tree=tree, name=name, fileName=fileName, --- 106,110 ---- happydoclib.TRACE.into('ModuleInfo', '__init__', parent=parent, ! #tree=tree, name=name, fileName=fileName, |