[Yum-devel] [PATCH] Allow pkgtag_db to be loaded on RHEL-5, should work too

Tim Lauridsen tim.lauridsen at googlemail.com
Wed Feb 24 08:23:18 UTC 2010


On Tue, Feb 23, 2010 at 7:53 PM, James Antill <james at and.org> wrote:

> ---
>  yum/pkgtag_db.py |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/yum/pkgtag_db.py b/yum/pkgtag_db.py
> index e72fd05..d2836e4 100644
> --- a/yum/pkgtag_db.py
> +++ b/yum/pkgtag_db.py
> @@ -17,8 +17,7 @@
>
>  # parse sqlite tag database
>  # return pkgnames and tag that was matched
> -import sqlite3 as sqlite
> -from sqlutils import executeSQL, sql_esc, sql_esc_glob
> +from sqlutils import sqlite, executeSQL, sql_esc, sql_esc_glob
>  from Errors import PkgTagsError
>  import sqlutils
>  import sys
> --
> 1.6.6
>
> _______________________________________________
> Yum-devel mailing list
> Yum-devel at lists.baseurl.org
> http://lists.baseurl.org/mailman/listinfo/yum-devel
>

ACK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.baseurl.org/pipermail/yum-devel/attachments/20100224/22565ac9/attachment-0001.htm>


More information about the Yum-devel mailing list