summaryrefslogtreecommitdiff
path: root/tests/old/cache.py
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-31 23:25:13 +0100
committerMichael Vogt <mvo@debian.org>2014-01-05 20:04:30 +0100
commit3bf9c3fe4d19ed4d985dc8b7747a737699f46a7e (patch)
tree75ad948c351605fd7ac50b176f1149c4e2a513e4 /tests/old/cache.py
parente3c26754af1891d2c50993730467fc9335ec5f09 (diff)
downloadpython-apt-3bf9c3fe4d19ed4d985dc8b7747a737699f46a7e.tar.gz
make test_pep8.py pass
Diffstat (limited to 'tests/old/cache.py')
-rw-r--r--tests/old/cache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/old/cache.py b/tests/old/cache.py
index 11156c00..5cbf19d9 100644
--- a/tests/old/cache.py
+++ b/tests/old/cache.py
@@ -12,8 +12,8 @@ def main():
cache = apt_pkg.Cache()
depcache = apt_pkg.DepCache(cache)
depcache.init()
- i=0
- all=cache.package_count
+ i = 0
+ all = cache.package_count
print "Running Cache test on all packages:"
# first, get all pkgs
for pkg in cache.packages: