diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-20 10:33:44 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-20 10:33:44 +0200 |
| commit | b5be0185f39aa90b86d13848531173c7ebed6b7b (patch) | |
| tree | df4c847d5ed510ba733c8a9985b81275c79589e1 /apt | |
| parent | b410a7e17e3a255127ef054b9a867354face49f3 (diff) | |
| parent | cb12be4893d8ac79dcbaa77e30cf61d69a4e859e (diff) | |
| download | python-apt-b5be0185f39aa90b86d13848531173c7ebed6b7b.tar.gz | |
merged from lp:~mvo/python-apt/mvo
Diffstat (limited to 'apt')
| -rw-r--r-- | apt/debfile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apt/debfile.py b/apt/debfile.py index 7728ed21..25a45e98 100644 --- a/apt/debfile.py +++ b/apt/debfile.py @@ -65,7 +65,6 @@ class DebPackage(object): self.filename = filename self._debfile = apt_inst.DebFile(open(self.filename)) control = self._debfile.control.extractdata("control") - # hm, 'replace' is probably better but python2.6 test fail with that self._sections = apt_pkg.TagSection(control) self.pkgname = self._sections["Package"] |
