diff -r d718eddf01d9 -r 18c8c18993f0 hgext/convert/transport.py --- a/hgext/convert/transport.py Thu Aug 31 23:56:15 2023 +0200 +++ b/hgext/convert/transport.py Fri Sep 01 00:09:55 2023 +0200 @@ -27,8 +27,6 @@ Pool = svn.core.Pool SubversionException = svn.core.SubversionException -from mercurial.pycompat import getattr - # Some older versions of the Python bindings need to be # explicitly initialized. But what we want to do probably # won't work worth a darn against those libraries anyway!