diff options
| author | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-30 17:46:30 +0200 |
|---|---|---|
| committer | Sebastian Heinlein <sebastian.heinlein@web.de> | 2006-03-30 17:46:30 +0200 |
| commit | 5a63844ce935b881165ea3e506a381786c6e2df9 (patch) | |
| tree | d8c65e4d2d8074b1d90f4d12eee47741757e0b48 /DistUpgrade/DistUpgradeCache.py | |
| parent | 3aa98f64592d44a6c65ad1bac11e03292c7deb39 (diff) | |
| parent | c4020d3179f287120da0c566cbae3a6034946637 (diff) | |
| download | python-apt-5a63844ce935b881165ea3e506a381786c6e2df9.tar.gz | |
merged from mvo
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
| -rw-r--r-- | DistUpgrade/DistUpgradeCache.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py index 1711ef1b..2adab2ad 100644 --- a/DistUpgrade/DistUpgradeCache.py +++ b/DistUpgrade/DistUpgradeCache.py @@ -157,6 +157,7 @@ class MyCache(apt.Cache): origins = pkg.candidateOrigin trusted = False for origin in origins: + #print origin trusted |= origin.trusted if not trusted: untrusted.append(pkg.name) |
