[yum-cvs] yum/bin yum.py,1.4,1.5
Seth Vidal
skvidal at login.linux.duke.edu
Sat Jun 4 05:13:49 UTC 2005
Update of /home/groups/yum/cvs/yum/bin
In directory login:/tmp/cvs-serv1004/bin
Modified Files:
yum.py
Log Message:
rather funny little patch
Index: yum.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/bin/yum.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- yum.py 2 Mar 2005 08:31:17 -0000 1.4
+++ yum.py 4 Jun 2005 05:13:47 -0000 1.5
@@ -3,9 +3,9 @@
try:
import yum
except ImportError:
- print >> sys.stderr, "The yum libraries do not seem to be available\
+ print >> sys.stderr, "The yum libraries do not seem to be available \
on your system for this version of python ", sys.version
- print >> sys.stderr, "Please make sure the package you used to install\
+ print >> sys.stderr, "Please make sure the package you used to install \
yum was built for your install of python."
sys.exit(1)
More information about the Yum-cvs-commits
mailing list