[Epydoc-commits] SF.net SVN: epydoc: [1690] trunk/epydoc/src/epydoc/gui.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-01-30 17:07:11
|
Revision: 1690
http://epydoc.svn.sourceforge.net/epydoc/?rev=1690&view=rev
Author: edloper
Date: 2008-01-30 09:07:10 -0800 (Wed, 30 Jan 2008)
Log Message:
-----------
- Fixed _STAGES bug
Modified Paths:
--------------
trunk/epydoc/src/epydoc/gui.py
Modified: trunk/epydoc/src/epydoc/gui.py
===================================================================
--- trunk/epydoc/src/epydoc/gui.py 2008-01-30 17:01:02 UTC (rev 1689)
+++ trunk/epydoc/src/epydoc/gui.py 2008-01-30 17:07:10 UTC (rev 1690)
@@ -144,7 +144,7 @@
from epydoc import log
from epydoc.util import wordwrap
class GUILogger(log.Logger):
- _STAGES = [40, 7, 1, 3, 30, 1, 2, 100]
+ _STAGES = [40, 7, 1, 3, 1, 30, 1, 2, 100]
def __init__(self, progress, cancel):
self._progress = progress
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|