X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=sort_db.py;h=f3a5ff1ce203bfed6fe159175777aba21c6556d2;hb=4360b050bde8fe9eeee284ab9e74fb99e4041960;hp=3e4399cd137d17ef795001d44aff75e2d3999d88;hpb=43c6fe1b6c14b7494e1c73ef57b61ae8c11f956a;p=bookmarks_db.git diff --git a/sort_db.py b/sort_db.py index 3e4399c..f3a5ff1 100755 --- a/sort_db.py +++ b/sort_db.py @@ -1,6 +1,5 @@ -#! /usr/local/bin/python -O -""" - Sort bookmarks DB according to a rule: +#! /usr/bin/env python +"""Sort bookmarks DB according to a rule: -a - by AddDate -v - by LastVisit -m - by LastModified @@ -9,9 +8,12 @@ default is -m -r - reverse the sort order - Written by BroytMann, Apr 2000. Copyright (C) 2000 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" +__license__ = "GNU GPL" import sys