summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-06-10 16:28:14 +0000
committerJeremy Katz <katzj@redhat.com>2002-06-10 16:28:14 +0000
commitc9f455c4af5ee56addea2d836c84ed95baa06d1a (patch)
tree5046d86d11f7983b8fc3cc896eaaaf2beb3453b4 /textw
parenta07f5437b137281121b3a150d572e9b7766a8f9e (diff)
downloadanaconda-c9f455c4af5ee56addea2d836c84ed95baa06d1a.tar.gz
anaconda-c9f455c4af5ee56addea2d836c84ed95baa06d1a.tar.xz
anaconda-c9f455c4af5ee56addea2d836c84ed95baa06d1a.zip
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
Diffstat (limited to 'textw')
-rw-r--r--textw/packages_text.py2
-rw-r--r--textw/progress_text.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/textw/packages_text.py b/textw/packages_text.py
index a40b847f2..4ab1766fe 100644
--- a/textw/packages_text.py
+++ b/textw/packages_text.py
@@ -11,7 +11,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import rpm
+import rpm404 as rpm
from snack import *
from constants_text import *
from rhpl.translate import _
diff --git a/textw/progress_text.py b/textw/progress_text.py
index 3a998096d..dbad2a324 100644
--- a/textw/progress_text.py
+++ b/textw/progress_text.py
@@ -11,7 +11,7 @@
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
-import rpm
+import rpm404 as rpm
from constants import *
from snack import *
from constants_text import *