diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:53:04 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-08 16:53:04 +0200 |
| commit | 53809b5b5c560cab8da18649a949228f7458edef (patch) | |
| tree | 6927533b036ea30bb663c49ce20982f1aad80ab6 /tests | |
| parent | fe5f0be5325814bebafed82867cc7b81ce0c82e2 (diff) | |
| parent | e02913b6f336d4bf5bc2c17032c91ade974de04f (diff) | |
| download | python-apt-53809b5b5c560cab8da18649a949228f7458edef.tar.gz | |
* cherry picked from mainline
* uploaded
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pkgsrcrecords.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgsrcrecords.py b/tests/pkgsrcrecords.py index dc4881dd..28df3f7c 100644 --- a/tests/pkgsrcrecords.py +++ b/tests/pkgsrcrecords.py @@ -14,7 +14,7 @@ def main(): print "Running PkgSrcRecords test on all packages:" for x in cache.Packages: i += 1 - src = apt_pkg.GetPkgSrcRecords(cache) + src = apt_pkg.GetPkgSrcRecords() if src.Lookup(x.Name): #print src.Package pass |
