X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rurllib2.py;h=4cb684bae94fbc642f9af0a4594783f15fab3be8;hb=9faa13f6f8199790cf01533e857c593520559649;hp=a5714a19abd4e0d1c0e2b76404d23b0dd143f129;hpb=4255ead7de9ed5069f94b90cb134a077387d43c1;p=bookmarks_db.git diff --git a/Robots/bkmk_rurllib2.py b/Robots/bkmk_rurllib2.py index a5714a1..4cb684b 100644 --- a/Robots/bkmk_rurllib2.py +++ b/Robots/bkmk_rurllib2.py @@ -5,7 +5,7 @@ This file is a part of Bookmarks database and Internet robot. """ __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2014-2017 PhiloSoft Design" +__copyright__ = "Copyright (C) 2014-2023 PhiloSoft Design" __license__ = "GNU GPL" __all__ = ['robot_urllib2'] @@ -19,6 +19,7 @@ from Robots.bkmk_robot_base import robot_base, get_error _fw = None + class FTPHandler(urllib2.FTPHandler): def connect_ftp(self, user, passwd, host, port, dirs, timeout): global _fw