ajack       2004/07/15 09:20:24

  Modified:    python/gump/guru stats.py
  Log:
  Python import is a wierd beast. X imports Y, Z imports X, X gets Y.
  Darn annoying when you clean-up X 'cos it doesn't use Y, but Z does...
  
  Revision  Changes    Path
  1.4       +1 -1      gump/python/gump/guru/stats.py
  
  Index: stats.py
  ===================================================================
  RCS file: /home/cvs/gump/python/gump/guru/stats.py,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- stats.py  8 Jul 2004 20:33:10 -0000       1.3
  +++ stats.py  15 Jul 2004 16:20:24 -0000      1.4
  @@ -28,10 +28,10 @@
   from gump.model.repository import Repository, RepositoryStatistics
   from gump.model.workspace import Workspace, WorkspaceStatistics
   from gump.model.state import *
  +from gump.utils import createOrderedList
   
   from gump.shared.comparator import *
   
  -                
   class WorkspaceStatisticsGuru:                        
       """ Know it all for a workspace... """
       def __init__(self, workspace):
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to