summaryrefslogtreecommitdiffstats
path: root/harddrive.py
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 /harddrive.py
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 'harddrive.py')
-rw-r--r--harddrive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/harddrive.py b/harddrive.py
index 1cfb6dce2..5875b040c 100644
--- a/harddrive.py
+++ b/harddrive.py
@@ -18,7 +18,7 @@ from image import findIsoImages
import os
import isys
import iutil
-import rpm
+import rpm404 as rpm
import string
from rhpl.translate import _, cat, N_