summaryrefslogtreecommitdiff
path: root/tests/pkgproblemresolver.py
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2008-05-16 18:04:01 +1000
committerBen Finney <ben@benfinney.id.au>2008-05-16 18:04:01 +1000
commit0d12af28d4de2745f8831abf0224ceabec693b76 (patch)
tree01f46a2739eebc6676fc70a6ba93a69121e1bea6 /tests/pkgproblemresolver.py
parentad7bc46acd80451de21ce58450edb0f4367a5c79 (diff)
downloadpython-apt-0d12af28d4de2745f8831abf0224ceabec693b76.tar.gz
Fix spaces adjacent to commas and operators, to conform with PEP 8.
Diffstat (limited to 'tests/pkgproblemresolver.py')
-rw-r--r--tests/pkgproblemresolver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pkgproblemresolver.py b/tests/pkgproblemresolver.py
index 82186d40..7d5ae682 100644
--- a/tests/pkgproblemresolver.py
+++ b/tests/pkgproblemresolver.py
@@ -49,7 +49,7 @@ def main():
depcache.MarkKeep(p)
if depcache.InstCount != 0:
print "Error undoing the selection for %s" % x
- print "\r%i/%i=%.3f%% " % (i,all,(float(i)/float(all)*100)),
+ print "\r%i/%i=%.3f%% " % (i, all, (float(i) / float(all) * 100)),
print
print "Trying Upgrade:"