From 6a8d39c2770b9640a51d8d8d8fed10e65e5d2336 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 4 Aug 2005 08:32:54 +0000 Subject: * making the interface cleaner (thanks to jamesh): added proerties in the Package class --- tests/apt-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/apt-test.py b/tests/apt-test.py index c44d3117..03fa12eb 100644 --- a/tests/apt-test.py +++ b/tests/apt-test.py @@ -6,7 +6,7 @@ if __name__ == "__main__": print cache for name in cache.keys(): pkg = cache[name] - if pkg.isUpgradable(): + if pkg.isUpgradable: pkg.markInstall() for pkg in cache.getChanges(): #print pkg.Name() -- cgit v1.2.3