[Yum-devel] [PATCH] fix pylint error (misc. used in line #111)

Tim Lauridsen tim.lauridsen at googlemail.com
Tue Oct 13 06:10:34 UTC 2009


---
 yum/history.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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
-- 
1.6.2.5



More information about the Yum-devel mailing list