From 90fa0ecbc1459e60a9fe78458d9ab7043a156f94 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 8 Sep 2010 12:12:13 +0200 Subject: * apt/debfile.py: - remove bogus comment * python/tag.cc: - allow "bytes" type in TagSecNew (for python3) --- apt/debfile.py | 1 - 1 file changed, 1 deletion(-) (limited to 'apt') 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"] -- cgit v1.2.3