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 /comps.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 'comps.py')
-rw-r--r-- | comps.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -import rpm404 as rpm +import rpm import os from string import * import types |