diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-10-08 21:32:45 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-10-08 21:32:45 +0000 |
commit | ce0930ae0677cf36339607ef3a38c8d985c01de3 (patch) | |
tree | ea5560a84a09aca139ebf7ccd2a3edfd8873be70 /urlinstall.py | |
parent | cfda696bbc8df635aaae7eae53b4b056e4e3fab6 (diff) | |
download | anaconda-ce0930ae0677cf36339607ef3a38c8d985c01de3.tar.gz anaconda-ce0930ae0677cf36339607ef3a38c8d985c01de3.tar.xz anaconda-ce0930ae0677cf36339607ef3a38c8d985c01de3.zip |
we're moving forward to rpm 4.1...
tagged before this commit as before-rpm-4_1
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py index 15829204b..ce5d6db4e 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -16,7 +16,7 @@ from comps import ComponentSet, HeaderList from installmethod import InstallMethod import os -import rpm404 as rpm +import rpm import time import urllib import string |