diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 18:10:17 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-01-29 18:10:17 +0100 |
| commit | abc022945280efbce5c08124066cbc9b1340a940 (patch) | |
| tree | 1853f7796cd29376e7efbade6a72788140550909 | |
| parent | 54e8dd740523532425393caf91e10bbbf244c103 (diff) | |
| download | python-apt-abc022945280efbce5c08124066cbc9b1340a940.tar.gz | |
apt/package.py: add Origin.not_automatic
| -rw-r--r-- | apt/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/package.py b/apt/package.py index 3d7846e4..f5262fff 100644 --- a/apt/package.py +++ b/apt/package.py @@ -83,6 +83,7 @@ class Origin(object): self.label = VerFileIter.Label self.origin = VerFileIter.Origin self.site = VerFileIter.Site + self.not_automatic = VerFileIter.NotAutomatic # check the trust indexfile = pkg._list.FindIndex(VerFileIter) if indexfile and indexfile.IsTrusted: |
