ajack 2004/06/16 22:03:09
Modified: python/gump/document/xdocs Tag: CleanUp documenter.py
Log:
More optimization...
Revision Changes Path
No revision
No revision
1.9.2.12 +2 -1 gump/python/gump/document/xdocs/documenter.py
Index: documenter.py
===================================================================
RCS file: /home/cvs/gump/python/gump/document/xdocs/documenter.py,v
retrieving revision 1.9.2.11
retrieving revision 1.9.2.12
diff -u -r1.9.2.11 -r1.9.2.12
--- documenter.py 17 Jun 2004 02:35:44 -0000 1.9.2.11
+++ documenter.py 17 Jun 2004 05:03:08 -0000 1.9.2.12
@@ -726,7 +726,8 @@
% ( self.workspace.getStartDateTime(),
self.workspace.getEndDateTime()))
- self.documentSummary(document, self.workspace.getProjectSummary())
+ if not realTime:
+ self.documentSummary(document, self.workspace.getProjectSummary())
#
# Modules...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]