X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-title-list.py;h=b5fb1eaea367a214f44d8002b51c17b327ed8b81;hb=c6e88d3e4b11e9141c0770073f728ff7473f7eb3;hp=589aa0d85f8b042a378663d1d3a4d4c9bc9c82af;hpb=43a5cbf292ea2e4def610f96d38c86d86f7ccfa6;p=bookmarks_db.git diff --git a/set-title-list.py b/set-title-list.py index 589aa0d..b5fb1ea 100755 --- a/set-title-list.py +++ b/set-title-list.py @@ -2,7 +2,7 @@ """ Run through the bookmarks database and set names to titles from an external file - Written by BroytMann. Copyright (C) 2003-2007 PhiloSoft Design. + Written by Broytman. Copyright (C) 2003-2007 PhiloSoft Design. """ @@ -24,7 +24,7 @@ def run(): pass if report_stats: - print "BroytMann set-title-list, Copyright (C) 2003-2007 PhiloSoft Design" + print "Broytman set-title-list, Copyright (C) 2003-2007 PhiloSoft Design" if len(args) <> 1: sys.stderr.write("Usage: set-title-list [-s] title_list_file\n")