[yum-cvs] yum/bin yum-updatesd.py, 1.1.2.2, 1.1.2.3 yum.py, 1.7.4.2, 1.7.4.3
James Bowes
jbowes at linux.duke.edu
Tue Dec 5 14:39:36 UTC 2006
- Previous message: [yum-cvs] yum callback.py, 1.29.2.2, 1.29.2.3 cli.py, 1.241.2.6, 1.241.2.7 output.py, 1.72.2.3, 1.72.2.4 progress_meter.py, 1.3.6.2, 1.3.6.3 shell.py, 1.33.2.3, 1.33.2.4 yum-updatesd.py, 1.22.2.7, 1.22.2.8
- Next message: [yum-cvs] yum/yum comps.py, 1.10.4.3, 1.10.4.4 depsolve.py, 1.105.2.3, 1.105.2.4 failover.py, 1.2.8.2, 1.2.8.3 mdparser.py, 1.5.4.2, 1.5.4.3 misc.py, 1.19.2.5, 1.19.2.6 packageSack.py, 1.18.2.5, 1.18.2.6 packages.py, 1.73.2.6, 1.73.2.7 pgpmsg.py, 1.5.4.2, 1.5.4.3 sqlitecache.py, 1.13.2.2, 1.13.2.3 update_md.py, 1.3.2.2, 1.3.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum/bin
In directory login1.linux.duke.edu:/tmp/cvs-serv17412/bin
Modified Files:
Tag: yum-3_0_X
yum-updatesd.py yum.py
Log Message:
Pychecker fixes back again, less the brokenness
Index: yum-updatesd.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/bin/yum-updatesd.py,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- yum-updatesd.py 5 Dec 2006 14:03:33 -0000 1.1.2.2
+++ yum-updatesd.py 5 Dec 2006 14:39:34 -0000 1.1.2.3
@@ -1,9 +1,9 @@
#!/usr/bin/python
import sys
try:
- import yum
+ import yum
except ImportError:
- print >> sys.stderr, """\
+ print >> sys.stderr, """\
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
@@ -21,7 +21,7 @@
http://wiki.linux.duke.edu/YumFaq
""" % (sys.exc_value, sys.version)
- sys.exit(1)
+ sys.exit(1)
sys.path.insert(0, '/usr/share/yum-cli')
try:
Index: yum.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/bin/yum.py,v
retrieving revision 1.7.4.2
retrieving revision 1.7.4.3
diff -u -r1.7.4.2 -r1.7.4.3
--- yum.py 5 Dec 2006 14:03:33 -0000 1.7.4.2
+++ yum.py 5 Dec 2006 14:39:34 -0000 1.7.4.3
@@ -1,9 +1,9 @@
#!/usr/bin/python
import sys
try:
- import yum
+ import yum
except ImportError:
- print >> sys.stderr, """\
+ print >> sys.stderr, """\
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
@@ -21,7 +21,7 @@
http://wiki.linux.duke.edu/YumFaq
""" % (sys.exc_value, sys.version)
- sys.exit(1)
+ sys.exit(1)
sys.path.insert(0, '/usr/share/yum-cli')
try:
- Previous message: [yum-cvs] yum callback.py, 1.29.2.2, 1.29.2.3 cli.py, 1.241.2.6, 1.241.2.7 output.py, 1.72.2.3, 1.72.2.4 progress_meter.py, 1.3.6.2, 1.3.6.3 shell.py, 1.33.2.3, 1.33.2.4 yum-updatesd.py, 1.22.2.7, 1.22.2.8
- Next message: [yum-cvs] yum/yum comps.py, 1.10.4.3, 1.10.4.4 depsolve.py, 1.105.2.3, 1.105.2.4 failover.py, 1.2.8.2, 1.2.8.3 mdparser.py, 1.5.4.2, 1.5.4.3 misc.py, 1.19.2.5, 1.19.2.6 packageSack.py, 1.18.2.5, 1.18.2.6 packages.py, 1.73.2.6, 1.73.2.7 pgpmsg.py, 1.5.4.2, 1.5.4.3 sqlitecache.py, 1.13.2.2, 1.13.2.3 update_md.py, 1.3.2.2, 1.3.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list