X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_dups.py;h=539712228d477e3630d0e6dd03d3ca19411beb85;hb=f79d81fcd336e913bf0f42f0a6fbdb582de0f3e3;hp=16a8c43e2ed7199eaf6954862d900b5fda57628b;hpb=f5e83d99fbcd0416e784f25ab3076c25318f235c;p=bookmarks_db.git diff --git a/check_dups.py b/check_dups.py index 16a8c43..5397122 100755 --- a/check_dups.py +++ b/check_dups.py @@ -2,7 +2,7 @@ """ Check duplicate URLs in the bookmarks database - Written by BroytMann. Copyright (C) 2000-2007 PhiloSoft Design + Written by Broytman. Copyright (C) 2000-2007 PhiloSoft Design """ import sys @@ -38,7 +38,7 @@ def run(): pass if report_stats: - print "BroytMann check_dups, Copyright (C) 2000-2007 PhiloSoft Design" + print "Broytman check_dups, Copyright (C) 2000-2007 PhiloSoft Design" if args: sys.stderr.write("check_urls: too many arguments\n")