From c9f455c4af5ee56addea2d836c84ed95baa06d1a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 10 Jun 2002 16:28:14 +0000 Subject: the rpm 4.0.4 python module is now rpm404. import it as rpm whereever we use rpmmodule so that we get rpm 4.0.4 instead of 4.1 --- whiteout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'whiteout.py') diff --git a/whiteout.py b/whiteout.py index 7b6cefaad..d416abf4d 100644 --- a/whiteout.py +++ b/whiteout.py @@ -4,7 +4,7 @@ # Copyright 2002 Red Hat, Inc. # -import rpm +import rpm404 as rpm whiteout=""" pango-gtkbeta-devel>pango-gtkbeta\ -- cgit