[yum-commits] Branch 'yum-3_2_X' - 2 commits - yum/history.py
Tim Lauridsen
timlau at osuosl.org
Tue Oct 13 16:23:56 UTC 2009
yum/history.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 3e2e5354114192b29c0e4102ca02f028747c7296
Merge: 359896e... eb85347...
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Tue Oct 13 18:23:16 2009 +0200
Merge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv/projects/yum/git/yum into yum-3_2_X
commit 359896e2e391bf249604cb44e3b8e1ddcb8fba94
Author: Tim Lauridsen <timlau at fedoraproject.org>
Date: Tue Oct 13 07:02:35 2009 +0200
fix pylint error (misc. used in line #111)
diff --git a/yum/history.py b/yum/history.py
index 97571c5..c689582 100644
--- a/yum/history.py
+++ b/yum/history.py
@@ -23,12 +23,13 @@ import glob
from weakref import proxy as weakref
from sqlutils import sqlite, executeSQL
-import yum.misc
+import yum.misc as misc
import yum.constants
from yum.constants import *
from yum.packages import YumInstalledPackage, YumAvailablePackage, PackageObject
from yum.i18n import to_unicode
+
_history_dir = '/var/lib/yum/history'
# NOTE: That we don't list TS_FAILED, because pkgs shouldn't go into the
More information about the Yum-commits
mailing list