diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-18 11:02:27 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-18 11:02:27 +0200 |
| commit | a0a68d0c2ee8757643aa422e9fb8cafcfa3f9b28 (patch) | |
| tree | 5865e9348ef6991e930bbd79507f62bb1ecffc82 /apt/debfile.py | |
| parent | 2215d046a10508c0d3950db6d924727b2a2db336 (diff) | |
| parent | b901e22c3b747dd463bc13be10826bf90934c223 (diff) | |
| download | python-apt-a0a68d0c2ee8757643aa422e9fb8cafcfa3f9b28.tar.gz | |
merge from debian-sid
Diffstat (limited to 'apt/debfile.py')
| -rw-r--r-- | apt/debfile.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/debfile.py b/apt/debfile.py index 0406a250..0e455508 100644 --- a/apt/debfile.py +++ b/apt/debfile.py @@ -78,7 +78,7 @@ class DebPackage(object): member) break except SystemError: - return [_("List of files for '%s'could not be read" % + return [_("List of files for '%s' could not be read" % self.filename)] return files |
