[yum-cvs] yum/yum packages.py,1.103,1.104
James Bowes
jbowes at linux.duke.edu
Sun Jun 3 15:29:07 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv1216/yum
Modified Files:
packages.py
Log Message:
Apply patch from Terje Røsten to fix indentation issues.
Index: packages.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/packages.py,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- packages.py 3 Jun 2007 11:18:14 -0000 1.103
+++ packages.py 3 Jun 2007 15:29:05 -0000 1.104
@@ -486,8 +486,8 @@
return None
(scheme, netloc, path, query, fragid) = urlparse.urlsplit(self.basepath)
if scheme == "media":
- if len(fragid) == 0:
- return 0
+ if len(fragid) == 0:
+ return 0
return int(fragid)
return None
More information about the Yum-cvs-commits
mailing list