diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 19:00:36 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-01-18 19:00:36 +0100 |
| commit | 734a19cffd43d5a523f083accffee865169f9bb0 (patch) | |
| tree | 26be26636205c2839ee0ca13b8dca9c1b28102cc /DistUpgrade/DistUpgradeCache.py | |
| parent | b3cf95cf422246b74df0b3176cabb9a11f824a98 (diff) | |
| download | python-apt-734a19cffd43d5a523f083accffee865169f9bb0.tar.gz | |
* make it the dapper upgrader
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeCache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py index dd552b73..c8e1e9a1 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -218,7 +218,7 @@ class MyCache(apt.Cache): """ get all packages that are installed from a foreign repo (and are actually downloadable) """ - foreign_pkgs =set() + foreign_pkgs=set() for pkg in self: if pkg.isInstalled and self.downloadable(pkg): # assume it is foreign and see if it is from the |
