~ubuntu-core-dev/update-manager/main

« back to all changes in this revision

Viewing changes to AutoUpgradeTester/auto-install-tester.py

  • Committer: Michael Vogt
  • Date: 2011-02-23 17:11:23 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110223171123-wrbx0xuqxvkporh4
merged lp:~thibault-lemaitre/ubuntu/natty/update-manager/from_pkg.isInstalled_to_pkg.is_installed
that fixes a bunch of deprecated python-apt issues (many thanks!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
        pkg_failed = False
144
144
 
145
145
        # skip stuff in the ubuntu-minimal that we can't install or upgrade
146
 
        if pkg.isInstalled and not pkg.isUpgradable:
 
146
        if pkg.is_installed and not pkg.is_upgradable:
147
147
            continue
148
148
 
149
149
        # skip blacklisted pkg names