summaryrefslogtreecommitdiff
path: root/apt/debfile.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-08-18 11:02:27 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-08-18 11:02:27 +0200
commita0a68d0c2ee8757643aa422e9fb8cafcfa3f9b28 (patch)
tree5865e9348ef6991e930bbd79507f62bb1ecffc82 /apt/debfile.py
parent2215d046a10508c0d3950db6d924727b2a2db336 (diff)
parentb901e22c3b747dd463bc13be10826bf90934c223 (diff)
downloadpython-apt-a0a68d0c2ee8757643aa422e9fb8cafcfa3f9b28.tar.gz
merge from debian-sid
Diffstat (limited to 'apt/debfile.py')
-rw-r--r--apt/debfile.py2
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