diff options
| author | Michael Vogt <egon@bottom> | 2006-04-29 21:43:22 +0200 |
|---|---|---|
| committer | Michael Vogt <egon@bottom> | 2006-04-29 21:43:22 +0200 |
| commit | b2027f3494dcc42846c8a1106a4fd4b71cd8ed24 (patch) | |
| tree | ef83cdce0261661c21f588edbe838acf47166d3c /tests/pkgsrcrecords.py | |
| parent | a6d05b8fe1d75e27ca938e684971e4e0cb0ea8c9 (diff) | |
| parent | 0e8fd33b1b741cc65c284a08faa50b3a2995ac3c (diff) | |
| download | python-apt-b2027f3494dcc42846c8a1106a4fd4b71cd8ed24.tar.gz | |
* merged from mainline
Diffstat (limited to 'tests/pkgsrcrecords.py')
| -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 |
