diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 11:10:40 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-13 11:10:40 +0200 |
| commit | 41a9f7533f9ac3824a710a7ac3cf1e01d9159e7e (patch) | |
| tree | db16f69b19448f6e93e0cf9952af2c6744c9575a /apt | |
| parent | a8e7d5e6931e56fbe67f5dd33c5da0705468fe0b (diff) | |
| parent | 34274f571119f0a2a3fd2fec0074aa682657b241 (diff) | |
| download | python-apt-41a9f7533f9ac3824a710a7ac3cf1e01d9159e7e.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"] |
