diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 14:56:29 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-22 14:56:29 +0100 |
| commit | e02913b6f336d4bf5bc2c17032c91ade974de04f (patch) | |
| tree | 3c3689a9f8d69eb45140d10d60b9e1d2d6b025bf /tests | |
| parent | 4e7cf23803ea29eb90b9c663cb6ded845067a6c7 (diff) | |
| download | python-apt-e02913b6f336d4bf5bc2c17032c91ade974de04f.tar.gz | |
* fixes for the pkgSrcRecords code
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 |
