Verified Commit 3e65f382 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

make the code pass python3's flake8



Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent e0eb7a26
...@@ -258,7 +258,7 @@ class Importer(object): ...@@ -258,7 +258,7 @@ class Importer(object):
if use_log: if use_log:
log.critical(reason) log.critical(reason)
else: else:
print >> sys.stderr, reason print(reason, file=sys.stderr)
self._remove_files() self._remove_files()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment