From 9edef5a570ea28f7c06d8d92fdd70afe0ea86809 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 7 Sep 2007 14:09:13 +0000 Subject: [PATCH] /usr/bin/env python git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@65 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23 --- Robots/bkmk_rforking_sub.py | 2 +- Robots/parse_html.py | 2 +- bkmk-add.py | 2 +- bkmk2db.py | 2 +- check_dups.py | 2 +- check_title.py | 2 +- check_urls.py | 2 +- convert_st.py | 2 +- db2bkmk.py | 2 +- set-real_title.py | 2 +- set-title-list.py | 2 +- sort_db.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Robots/bkmk_rforking_sub.py b/Robots/bkmk_rforking_sub.py index b2543f1..91460f3 100755 --- a/Robots/bkmk_rforking_sub.py +++ b/Robots/bkmk_rforking_sub.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Check URL - subprocess diff --git a/Robots/parse_html.py b/Robots/parse_html.py index 350ad78..2207ea2 100755 --- a/Robots/parse_html.py +++ b/Robots/parse_html.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ HTML Parser diff --git a/bkmk-add.py b/bkmk-add.py index 921eebe..24952ce 100755 --- a/bkmk-add.py +++ b/bkmk-add.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Add a bookmark to the database. diff --git a/bkmk2db.py b/bkmk2db.py index 1e65282..954b246 100755 --- a/bkmk2db.py +++ b/bkmk2db.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Convert Netscape Navigator's or Mozilla's bookmarks.html to a database diff --git a/check_dups.py b/check_dups.py index 1a947dd..5da7902 100755 --- a/check_dups.py +++ b/check_dups.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Check duplicate URLs in the bookmarks database diff --git a/check_title.py b/check_title.py index 950c6e2..8022120 100755 --- a/check_title.py +++ b/check_title.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Check and show URLs in the bookmarks database where name <> real title diff --git a/check_urls.py b/check_urls.py index 497c081..75f3155 100755 --- a/check_urls.py +++ b/check_urls.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Robot interface - check URLs from bookmarks database diff --git a/convert_st.py b/convert_st.py index bba98e9..9ff9e1a 100755 --- a/convert_st.py +++ b/convert_st.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Convert a bkmk database to a different storage. diff --git a/db2bkmk.py b/db2bkmk.py index ed5d518..d02cf88 100755 --- a/db2bkmk.py +++ b/db2bkmk.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Convert a bkmk database back to bookmarks.html (or other format defined by writer) diff --git a/set-real_title.py b/set-real_title.py index f032ec8..f216b1f 100755 --- a/set-real_title.py +++ b/set-real_title.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Run through the bookmarks database and set name to real title diff --git a/set-title-list.py b/set-title-list.py index e5d6f22..34a4abb 100755 --- a/set-title-list.py +++ b/set-title-list.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Run through the bookmarks database and set names to titles from an external file diff --git a/sort_db.py b/sort_db.py index 3e4399c..056c619 100755 --- a/sort_db.py +++ b/sort_db.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python -O +#! /usr/bin/env python """ Sort bookmarks DB according to a rule: -a - by AddDate -- 2.39.2