[yum-cvs] yum yum-updatesd.py,1.29,1.30 yummain.py,1.102,1.103
James Bowes
jbowes at linux.duke.edu
Tue Dec 19 03:43:33 UTC 2006
- Previous message: [yum-cvs] yum/yum logginglevels.py,1.5.2.2,1.5.2.3
- Next message: [yum-cvs] yum/yum __init__.py, 1.264, 1.265 depsolve.py, 1.107, 1.108 packageSack.py, 1.22, 1.23 repos.py, 1.102, 1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv9833
Modified Files:
yum-updatesd.py yummain.py
Log Message:
Remove a bunch of unused imports
Index: yum-updatesd.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum-updatesd.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- yum-updatesd.py 5 Dec 2006 00:40:51 -0000 1.29
+++ yum-updatesd.py 19 Dec 2006 03:43:31 -0000 1.30
@@ -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.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- yummain.py 26 Nov 2006 23:59:45 -0000 1.102
+++ yummain.py 19 Dec 2006 03:43:31 -0000 1.103
@@ -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 logginglevels.py,1.5.2.2,1.5.2.3
- Next message: [yum-cvs] yum/yum __init__.py, 1.264, 1.265 depsolve.py, 1.107, 1.108 packageSack.py, 1.22, 1.23 repos.py, 1.102, 1.103
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list