aboutsummaryrefslogtreecommitdiff
path: root/pym
diff options
context:
space:
mode:
authorvolpino <fox91@anche.no>2012-07-27 11:33:27 +0200
committervolpino <fox91@anche.no>2012-07-27 11:33:27 +0200
commit04265dacff0b02e15b9e389fdfc51e7e42d901e4 (patch)
treea71f3294808db09e96f2dc50fe56171e6f5ada4d /pym
parentMerge branch 'master' of https://github.com/iksaif/euscan (diff)
downloadeuscan-04265dacff0b02e15b9e389fdfc51e7e42d901e4.tar.gz
euscan-04265dacff0b02e15b9e389fdfc51e7e42d901e4.tar.bz2
euscan-04265dacff0b02e15b9e389fdfc51e7e42d901e4.zip
euscan: just PEP8 cleaning
Signed-off-by: volpino <fox91@anche.no>
Diffstat (limited to 'pym')
-rw-r--r--pym/euscan/scan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/euscan/scan.py b/pym/euscan/scan.py
index 86574ae..f5e13cf 100644
--- a/pym/euscan/scan.py
+++ b/pym/euscan/scan.py
@@ -179,7 +179,7 @@ def scan_upstream(query, on_progress=None):
not is_version_stable(version):
continue
if CONFIG['progress']:
- print ("", file=sys.stderr)
+ print("", file=sys.stderr)
output.result(cp, version, url, handler, confidence)
return result