[yum-cvs] yum/yum repos.py,1.79,1.80

Seth Vidal skvidal at login.linux.duke.edu
Mon Jun 27 07:04:22 UTC 2005


Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv12645/yum

Modified Files:
	repos.py 
Log Message:

remove extras types, cleanup rogue ,


Index: repos.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/repos.py,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- repos.py	27 Jun 2005 06:57:12 -0000	1.79
+++ repos.py	27 Jun 2005 07:04:19 -0000	1.80
@@ -16,7 +16,6 @@
 
 import os
 import os.path
-import types
 import re
 import fnmatch
 import urlparse
@@ -647,8 +646,7 @@
                                   text=text,
                                   reget=None,
                                   checkfunc=checkfunc,
-                                  cache=self.http_caching == 'all',
-                                  )
+                                  cache=self.http_caching == 'all')
 
             except URLGrabError, e:
                 raise Errors.RepoError, 'Error downloading file %s: %s' % (local, e)




More information about the Yum-cvs-commits mailing list