]> arthur.barton.de Git - bup.git/blobdiff - cmd/drecurse-cmd.py
vint: remove unnecessary condition
[bup.git] / cmd / drecurse-cmd.py
index bc537cbd96044c155d915212a353d7fbb81aa252..a3a7d30aa4a368ce682bc55b83c55f0478bb84b2 100755 (executable)
@@ -5,6 +5,7 @@ exec "$bup_python" "$0" ${1+"$@"}
 """
 # end of bup preamble
 
+from __future__ import absolute_import, print_function
 from os.path import relpath
 import sys
 
@@ -49,7 +50,7 @@ else:
             pass
     else:
         for (name,st) in it:
-            print name
+            print(name)
 
 if saved_errors:
     log('WARNING: %d errors encountered.\n' % len(saved_errors))