hgext/convert/transport.py
changeset 43089 c59eb1560c44
parent 43077 687b865b95ad
child 47062 f38bf44e077f
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    23 import svn.ra
    23 import svn.ra
    24 
    24 
    25 Pool = svn.core.Pool
    25 Pool = svn.core.Pool
    26 SubversionException = svn.core.SubversionException
    26 SubversionException = svn.core.SubversionException
    27 
    27 
       
    28 from mercurial.pycompat import getattr
    28 from mercurial import util
    29 from mercurial import util
    29 
    30 
    30 # Some older versions of the Python bindings need to be
    31 # Some older versions of the Python bindings need to be
    31 # explicitly initialized. But what we want to do probably
    32 # explicitly initialized. But what we want to do probably
    32 # won't work worth a darn against those libraries anyway!
    33 # won't work worth a darn against those libraries anyway!