]> git.phdru.name Git - bookmarks_db.git/blobdiff - sort_db.py
Moved parse_html.py and its submodules to a separate parse_html module.
[bookmarks_db.git] / sort_db.py
index 3e4399cd137d17ef795001d44aff75e2d3999d88..ed22fda52914cc8de997ce2a1a64699dc6932960 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Sort bookmarks DB according to a rule:
       -a - by AddDate
@@ -9,7 +9,7 @@
    default is -m
       -r - reverse the sort order
 
-   Written by BroytMann, Apr 2000. Copyright (C) 2000 PhiloSoft Design
+   Written by Broytman, Apr 2000. Copyright (C) 2000 PhiloSoft Design
 """