]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking_sub.py
Removed svn:keywords. Extended copyright to 2012.
[bookmarks_db.git] / Robots / bkmk_rforking_sub.py
index 6fccf407b25da67cebcc818ee8fd6afaaedadc08..1b4d59bf7b459193f491e5fdb3aa38c494d32944 100755 (executable)
@@ -1,10 +1,15 @@
 #! /usr/bin/env python
-"""
-   Check URL - subprocess for the forking robot
+"""Check URL - subprocess for the forking robot
 
-   Written by Broytman. Copyright (C) 1999-2007 PhiloSoft Design.
+This file is a part of Bookmarks database and Internet robot.
 """
 
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 1999-2012 PhiloSoft Design"
+__license__ = "GNU GPL"
+
+__all__ = []
+
 
 import sys, os
 
@@ -18,7 +23,6 @@ except ImportError:
    import pickle
 
 from subproc import RecordFile
-import bkmk_rsimple
 
 
 def run():
@@ -28,7 +32,7 @@ def run():
    from m_lib.flog import openlog
    log = openlog("check2.log")
    from bkmk_rsimple import robot_simple
-   robot = robot_simple(None, log)
+   robot = robot_simple(log)
 
    while 1:
       bookmark = pickle.loads(bkmk_in.read_record())