summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>1999-11-16 23:44:38 +0000
committerMike Fulbright <msf@redhat.com>1999-11-16 23:44:38 +0000
commit069f05c6b650f84ccb4a676776e760a68493b47b (patch)
tree982c060f8094844a7e5281b1cd6e3a27066efc51
parent36cf9df596b897423555fef54aa92ee3086aab11 (diff)
downloadanaconda-069f05c6b650f84ccb4a676776e760a68493b47b.tar.gz
anaconda-069f05c6b650f84ccb4a676776e760a68493b47b.tar.xz
anaconda-069f05c6b650f84ccb4a676776e760a68493b47b.zip
Should actually work now.
Dr Mike
-rwxr-xr-xrpmmodule/testit4
1 files changed, 3 insertions, 1 deletions
diff --git a/rpmmodule/testit b/rpmmodule/testit
index fc5e78792..855677bd0 100755
--- a/rpmmodule/testit
+++ b/rpmmodule/testit
@@ -16,7 +16,9 @@ import os
db = rpm.opendb ()
-rc = db.findpackage ("Xconfigurator")
+rc = db.findbyname ("XFree86d")
+
+print len(rc)
for rec in rc:
print db[rec]
print db[rec]['name']