commit:     193979cfb87a16769b61e16c15e9ebf9db43bab6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 27 23:31:37 2026 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 27 23:31:46 2026 +0000
URL:        https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=193979cf

selectors: fix exception name again

Fixes: c6c2635e9b78e6a14d614494d5b42432b89c36f0
Signed-off-by: Sam James <sam <AT> gentoo.org>

 mirrorselect/selectors.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mirrorselect/selectors.py b/mirrorselect/selectors.py
index c80f6fd..ead8584 100644
--- a/mirrorselect/selectors.py
+++ b/mirrorselect/selectors.py
@@ -437,7 +437,7 @@ class Deep:
                 2,
             )
             return (None, True)
-        except httplib.IncompleteRead as e:
+        except http.client.IncompleteRead as e:
             self.output.write(
                 ("\ndeeptime(): download from host %s " "failed for ip %s: 
%s\n")
                 % (url_parts.hostname, ip, e),

Reply via email to