[yum-cvs] yum output.py, 1.72.2.4, 1.72.2.5 yum-updatesd.py, 1.22.2.8, 1.22.2.9 yummain.py, 1.100.2.2, 1.100.2.3
James Bowes
jbowes at linux.duke.edu
Tue Dec 19 03:48:59 UTC 2006
- Previous message: [yum-cvs] yum/yum parser.py,1.10,1.11
- Next message: [yum-cvs] yum/yum __init__.py, 1.259.2.6, 1.259.2.7 depsolve.py, 1.105.2.4, 1.105.2.5 packageSack.py, 1.18.2.6, 1.18.2.7 repos.py, 1.101.2.1, 1.101.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv9997
Modified Files:
Tag: yum-3_0_X
output.py yum-updatesd.py yummain.py
Log Message:
Remove a bunch of unused imports
Index: output.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/output.py,v
retrieving revision 1.72.2.4
retrieving revision 1.72.2.5
diff -u -r1.72.2.4 -r1.72.2.5
--- output.py 5 Dec 2006 14:39:34 -0000 1.72.2.4
+++ output.py 19 Dec 2006 03:48:56 -0000 1.72.2.5
@@ -26,11 +26,6 @@
from urlgrabber.grabber import URLGrabError
from yum.misc import sortPkgObj, prco_tuple_to_string
-try:
- import readline
-except:
- pass
-
from yum import logginglevels
class YumOutput:
Index: yum-updatesd.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum-updatesd.py,v
retrieving revision 1.22.2.8
retrieving revision 1.22.2.9
diff -u -r1.22.2.8 -r1.22.2.9
--- yum-updatesd.py 5 Dec 2006 14:39:34 -0000 1.22.2.8
+++ yum-updatesd.py 19 Dec 2006 03:48:56 -0000 1.22.2.9
@@ -220,7 +220,7 @@
def CheckFailedSignal(self, message):
pass
-class UDConfig(yum.config.BaseConfig):
+class UDConfig(BaseConfig):
"""Config format for the daemon"""
run_interval = IntOption(3600)
nonroot_workdir = Option("/var/tmp/yum-updatesd")
Index: yummain.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yummain.py,v
retrieving revision 1.100.2.2
retrieving revision 1.100.2.3
diff -u -r1.100.2.2 -r1.100.2.3
--- yummain.py 27 Nov 2006 00:00:10 -0000 1.100.2.2
+++ yummain.py 19 Dec 2006 03:48:56 -0000 1.100.2.3
@@ -25,8 +25,6 @@
from yum import logginglevels
import cli
-from i18n import _
-
def main(args):
"""This does all the real work"""
- Previous message: [yum-cvs] yum/yum parser.py,1.10,1.11
- Next message: [yum-cvs] yum/yum __init__.py, 1.259.2.6, 1.259.2.7 depsolve.py, 1.105.2.4, 1.105.2.5 packageSack.py, 1.18.2.6, 1.18.2.7 repos.py, 1.101.2.1, 1.101.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list