[yum-cvs] yum-utils/plugins/changelog changelog.py,1.10,1.11
Tim Lauridsen
timlau at linux.duke.edu
Fri Sep 29 12:50:31 UTC 2006
Update of /home/groups/yum/cvs/yum-utils/plugins/changelog
In directory login1.linux.duke.edu:/tmp/cvs-serv24673/plugins/changelog
Modified Files:
changelog.py
Log Message:
changed plugin type from TYPE_INTERFACE to TYPE_INTERACTIVE
too avoid deprecation warnings.
Index: changelog.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/plugins/changelog/changelog.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- changelog.py 29 Sep 2006 11:51:28 -0000 1.10
+++ changelog.py 29 Sep 2006 12:50:29 -0000 1.11
@@ -20,10 +20,10 @@
import time
from rpmUtils.miscutils import splitFilename
-from yum.plugins import TYPE_INTERFACE
+from yum.plugins import TYPE_INTERACTIVE
requires_api_version = '2.5'
-plugin_type = (TYPE_INTERFACE,)
+plugin_type = (TYPE_INTERACTIVE,)
origpkgs = {}
changelog = 0
More information about the Yum-cvs-commits
mailing list