hgext/convert/transport.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    24 
    24 
    25 # pytype: enable=import-error
    25 # pytype: enable=import-error
    26 
    26 
    27 Pool = svn.core.Pool
    27 Pool = svn.core.Pool
    28 SubversionException = svn.core.SubversionException
    28 SubversionException = svn.core.SubversionException
    29 
       
    30 from mercurial.pycompat import getattr
       
    31 
    29 
    32 # Some older versions of the Python bindings need to be
    30 # Some older versions of the Python bindings need to be
    33 # explicitly initialized. But what we want to do probably
    31 # explicitly initialized. But what we want to do probably
    34 # won't work worth a darn against those libraries anyway!
    32 # won't work worth a darn against those libraries anyway!
    35 svn.ra.initialize()
    33 svn.ra.initialize()