X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=set-real_title.py;h=2926b5ac3310a241edd0dbe47e040ce0dd51b64d;hb=09ecb9e8c3d908c67a0f43a5623f574f39fba1eb;hp=1115f31f14e90cdfb8d74d9c367a130df9a5c686;hpb=fb5c3b2b91aeeb615d6d6d890491af3fdff69556;p=bookmarks_db.git diff --git a/set-real_title.py b/set-real_title.py index 1115f31..2926b5a 100755 --- a/set-real_title.py +++ b/set-real_title.py @@ -1,8 +1,8 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Run through the bookmarks database and set name to real title - Written by BroytMann, Jul 2002 - Aug 2002. Copyright (C) 2002-2002 PhiloSoft Design + Written by Broytman, Jul 2002 - May 2003. Copyright (C) 2002-2003 PhiloSoft Design """ @@ -24,7 +24,7 @@ def run(): pass if report_stats: - print "BroytMann check_title, Copyright (C) 2002 PhiloSoft Design" + print "Broytman set-real_title, Copyright (C) 2003 PhiloSoft Design" if args: sys.stderr.write("set-real_title: too many arguments\n")