diff options
| author | Ben Finney <ben@benfinney.id.au> | 2008-05-16 18:04:01 +1000 |
|---|---|---|
| committer | Ben Finney <ben@benfinney.id.au> | 2008-05-16 18:04:01 +1000 |
| commit | 0d12af28d4de2745f8831abf0224ceabec693b76 (patch) | |
| tree | 01f46a2739eebc6676fc70a6ba93a69121e1bea6 /tests/depcache.py | |
| parent | ad7bc46acd80451de21ce58450edb0f4367a5c79 (diff) | |
| download | python-apt-0d12af28d4de2745f8831abf0224ceabec693b76.tar.gz | |
Fix spaces adjacent to commas and operators, to conform with PEP 8.
Diffstat (limited to 'tests/depcache.py')
| -rw-r--r-- | tests/depcache.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/depcache.py b/tests/depcache.py index 32c510f0..5ed54895 100644 --- a/tests/depcache.py +++ b/tests/depcache.py @@ -31,8 +31,8 @@ def main(): if depcache.MarkedInstall(p): depcache.MarkKeep(p) if depcache.InstCount != 0: - print "Error undoing the selection for %s (InstCount: %s)" % (x,depcache.InstCount) - print "\r%i/%i=%.3f%% " % (i,all,(float(i)/float(all)*100)), + print "Error undoing the selection for %s (InstCount: %s)" % (x, depcache.InstCount) + print "\r%i/%i=%.3f%% " % (i, all, (float(i) / float(all) * 100)), print print "Trying Upgrade:" |
