diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/apt-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |
