X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=Robots%2Fbkmk_rforking_sub.py;h=7a74ffcf37b280e337263f79eec8a035718212d9;hb=fb7aba15d916410adb1ce09be7027edf3a25a31c;hp=6fccf407b25da67cebcc818ee8fd6afaaedadc08;hpb=0e76f1851882b99da63a7c8a9e4cdf0c4a48657f;p=bookmarks_db.git diff --git a/Robots/bkmk_rforking_sub.py b/Robots/bkmk_rforking_sub.py index 6fccf40..7a74ffc 100755 --- a/Robots/bkmk_rforking_sub.py +++ b/Robots/bkmk_rforking_sub.py @@ -1,10 +1,18 @@ #! /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. """ +__version__ = "$Revision$"[11:-2] +__revision__ = "$Id$"[5:-2] +__date__ = "$Date$"[7:-2] +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 1999-2011 PhiloSoft Design" +__license__ = "GNU GPL" + +__all__ = [] + import sys, os @@ -18,7 +26,6 @@ except ImportError: import pickle from subproc import RecordFile -import bkmk_rsimple def run(): @@ -28,7 +35,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())