X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Writers%2Fbkmk_wflad_err.py;h=418a3e05c001f760e9e1368bbe0634b6eb511de9;hb=556fb077f2d174449a852fc64f2b32ee8e471482;hp=a0a586a3cda246db96581727db8c6fe11a3054dc;hpb=5fe08492a0172cb8fb53b8cf3515540def24d76f;p=bookmarks_db.git diff --git a/Writers/bkmk_wflad_err.py b/Writers/bkmk_wflad_err.py index a0a586a..418a3e0 100644 --- a/Writers/bkmk_wflad_err.py +++ b/Writers/bkmk_wflad_err.py @@ -1,16 +1,17 @@ -""" - Dump bookmarks db to a more readable FLAD after check_urls +"""Dump bookmarks db to a more readable FLAD after check_urls - Written by BroytMann, Oct 2000 - Aug 2004. Copyright (C) 2000-2004 PhiloSoft Design +This file is a part of Bookmarks database and Internet robot. """ +__author__ = "Oleg Broytman " +__copyright__ = "Copyright (C) 2000-2012 PhiloSoft Design" +__license__ = "GNU GPL" -import time -from bkmk_wflad import writer_flad +__all__ = ['writer_flad_err'] -def strftime(s): - return time.strftime("%a %d %b %Y %T", time.localtime(int(s))) +import time +from bkmk_wflad import writer_flad class writer_flad_err(writer_flad):