summaryrefslogtreecommitdiff
path: root/tests/cache.py
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-01-09 21:47:44 +0100
committerJulian Andres Klode <jak@debian.org>2009-01-09 21:47:44 +0100
commit9358b351e8f1637ff87c9f9195a4b5e546ca2a79 (patch)
tree33b46c806cad33de37aecd7b4750aca5bfa1944d /tests/cache.py
parent12cf58d12b969010f3d98b2974d72bbb950b775f (diff)
downloadpython-apt-9358b351e8f1637ff87c9f9195a4b5e546ca2a79.tar.gz
Cleanup: Remove whitespace at the end of line in all python codes.
Diffstat (limited to 'tests/cache.py')
-rw-r--r--tests/cache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cache.py b/tests/cache.py
index 47d9a3b4..afcad00d 100644
--- a/tests/cache.py
+++ b/tests/cache.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python2.4
#
# Test for the pkgCache code
-#
+#
import apt_pkg
import sys
@@ -26,7 +26,7 @@ def main():
c = ver.Arch
d = ver.DependsListStr
dl = ver.DependsList
- # get all dependencies (a dict of string->list,
+ # get all dependencies (a dict of string->list,
# e.g. "depends:" -> [ver1,ver2,..]
for dep in dl.keys():
# get the list of each dependency object