]> git.phdru.name Git - bookmarks_db.git/commitdiff
/usr/bin/env python
authorOleg Broytman <phd@phdru.name>
Fri, 7 Sep 2007 14:09:13 +0000 (14:09 +0000)
committerOleg Broytman <phd@phdru.name>
Fri, 7 Sep 2007 14:09:13 +0000 (14:09 +0000)
git-svn-id: file:///home/phd/archive/SVN/bookmarks_db/trunk@65 fdd5c36f-1aea-0310-aeeb-c58d7e2b6c23

12 files changed:
Robots/bkmk_rforking_sub.py
Robots/parse_html.py
bkmk-add.py
bkmk2db.py
check_dups.py
check_title.py
check_urls.py
convert_st.py
db2bkmk.py
set-real_title.py
set-title-list.py
sort_db.py

index b2543f189fcb92257fe8737217eae080b9442159..91460f3167f2c629fb6ea0fabaa936a3a1b97e5d 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Check URL - subprocess
 
 """
    Check URL - subprocess
 
index 350ad789b5fa34592db37ce6e097de98e8b8dd6a..2207ea202755b72ec40844e9a095f4f893ebdc18 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    HTML Parser
 
 """
    HTML Parser
 
index 921eebe5153700e0f05e4c709f87864333482e4f..24952ce0d74423c93010d3a075d9d8f603c94053 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Add a bookmark to the database.
 
 """
    Add a bookmark to the database.
 
index 1e652828692665bfeb64ae242bdb0ca0f9774dbd..954b246d3a45a7269c6ccad15b43cb4b9a60cf02 100755 (executable)
@@ -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
 
 """
    Convert Netscape Navigator's or Mozilla's bookmarks.html to a database
 
index 1a947dd5f7837bc903fa2d60b2527b493e481fab..5da790281bf445febd2bf6b4eb980423d43901d5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Check duplicate URLs in the bookmarks database
 
 """
    Check duplicate URLs in the bookmarks database
 
index 950c6e276f8141cf251cc2960e6bf5a14f5eefe0..802212052032e436316ac09692a14a8db3737fd4 100755 (executable)
@@ -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
 
 """
    Check and show URLs in the bookmarks database where name <> real title
 
index 497c081c950ae03ebd133cc1fcf6a6436a2424a0..75f31559b89ab3b12216d0e93b7b3eadf8535e0f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Robot interface - check URLs from bookmarks database
 
 """
    Robot interface - check URLs from bookmarks database
 
index bba98e9a29f5ce2f21a7e81d8cf54cb65313727b..9ff9e1a421ae1a3edbdc8a523a22eec97aef3dc6 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Convert a bkmk database to a different storage.
 
 """
    Convert a bkmk database to a different storage.
 
index ed5d518ec3d8563f91d44b2547b05177fb5ada51..d02cf88a30ddde64584330e07d7a96f2c69d7271 100755 (executable)
@@ -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)
 
 """
    Convert a bkmk database back to bookmarks.html (or other format defined by writer)
 
index f032ec8a4549225319d12d575f07353c0b960144..f216b1f376ba5d7a2ab3eb7d20565a17e302cf7b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/bin/python -O
+#! /usr/bin/env python
 """
    Run through the bookmarks database and set name to real title
 
 """
    Run through the bookmarks database and set name to real title
 
index e5d6f22ca39ffbb33bc92ec8dc86f6f2e509820a..34a4abbf83a4766fcaab1c0ef78250b7824010e8 100755 (executable)
@@ -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
 
 """
    Run through the bookmarks database and set names to titles from an external file
 
index 3e4399cd137d17ef795001d44aff75e2d3999d88..056c619a7d4a6bfd870dc25185d67fffff9ab586 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
 """
    Sort bookmarks DB according to a rule:
       -a - by AddDate