summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-05-07 18:11:34 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-05-07 18:11:34 +0200
commite0345407d2f4ce18efde3e5a935a44668a203024 (patch)
tree4627b2be6c8524d6157c7e9bd8bfd1120e50fe21
parent169ec1d077596d64c79be29359fe10d8126b2e81 (diff)
downloadpython-apt-e0345407d2f4ce18efde3e5a935a44668a203024.tar.gz
Fix pep8 error
-rwxr-xr-xdoc/examples/print_uris.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/print_uris.py b/doc/examples/print_uris.py
index 27e49d1f..e5f69ff3 100755
--- a/doc/examples/print_uris.py
+++ b/doc/examples/print_uris.py
@@ -6,5 +6,5 @@
import apt
for pkg in apt.Cache():
- if pkg.is_upgradable:
- print pkg.candidate.uri
+ if pkg.is_upgradable:
+ print pkg.candidate.uri