summaryrefslogtreecommitdiff
path: root/tests/apt-test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apt-test.py')
-rw-r--r--tests/apt-test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/apt-test.py b/tests/apt-test.py
index 6205cf60..fac2ff43 100644
--- a/tests/apt-test.py
+++ b/tests/apt-test.py
@@ -20,7 +20,7 @@ if __name__ == "__main__":
cache = apt.Cache(progress)
for name in cache.keys():
import random
- if random.randint(0,1) == 1:
+ if random.randint(0, 1) == 1:
cache[name].markDelete()
print "Broken: %s " % cache._depcache.BrokenCount
print "DelCount: %s " % cache._depcache.DelCount