]> git.phdru.name Git - bookmarks_db.git/blobdiff - db2bkmk.py
Feat(Python3): Use print() function
[bookmarks_db.git] / db2bkmk.py
index a9e0fd455aa73acb36589ef1afc7a0a2d740ef63..14b02e4b71cf3e96946662341ab13fb33d1b1282 100755 (executable)
@@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot.
 """
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 import sys
@@ -56,7 +56,7 @@ def run():
    root_folder = storage.load()
 
    if report_stats:
-      print "Ok"
+      print("Ok")
       sys.stdout.write("Writing %s: " % output_filename)
       sys.stdout.flush()
 
@@ -101,7 +101,7 @@ def run():
    outfile.close()
 
    if report_stats:
-      print "Ok"
+      print("Ok")
 
 
 if __name__ == '__main__':