r300 - in branches/rewrite: . src
   
    Otavio Salvador
     
    partial-mirror-devel@lists.alioth.debian.org
       
    Thu, 11 Nov 2004 07:10:41 -0700
    
    
  
Author: otavio
Date: Thu Nov 11 07:10:40 2004
New Revision: 300
Modified:
   branches/rewrite/   (props changed)
   branches/rewrite/src/Download.py
Log:
 r240@nurf:  otavio | 2004-11-11T14:10:45.478516Z
 Looks like is not needed restart it.
Modified: branches/rewrite/src/Download.py
==============================================================================
--- branches/rewrite/src/Download.py	(original)
+++ branches/rewrite/src/Download.py	Thu Nov 11 07:10:40 2004
@@ -111,8 +111,3 @@
                 t = DownloadThread()
                 self.fetchers.append(t)
                 t.start()
-
-        # Check if any thread is stoped so reuse it.
-        for f in self.fetchers:
-            if not f.isAlive():
-                f.start()