diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 22:44:35 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-08-05 22:44:35 +0200 |
| commit | 88d05c830c12846def0d0aa8376e76ba4484f247 (patch) | |
| tree | 0854beaeb2c6817b2e9c7279838cd278103b132b /apt | |
| parent | 7acdd6dd96f8cf0226ce13988bc5cfce468cc346 (diff) | |
| parent | 7bc62fa42772b72f5a4f68729e6fc3aabfb909e8 (diff) | |
| download | python-apt-88d05c830c12846def0d0aa8376e76ba4484f247.tar.gz | |
merged fix from the mvo branch
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/debfile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/debfile.py b/apt/debfile.py index e2275f84..33f0f04d 100644 --- a/apt/debfile.py +++ b/apt/debfile.py @@ -52,6 +52,7 @@ class DebPackage(object): self.pkgname = "" self._sections = {} self._need_pkgs = [] + self._failure_string = "" if filename: self.open(filename) |
