mercurial/wireprototypes.py
changeset 42814 2c4f656c8e9f
parent 42415 c767e655ffda
child 42955 9668744c9122
equal deleted inserted replaced
42813:268662aac075 42814:2c4f656c8e9f
    15 )
    15 )
    16 from . import (
    16 from . import (
    17     error,
    17     error,
    18     util,
    18     util,
    19 )
    19 )
       
    20 from .interfaces import (
       
    21     util as interfaceutil,
       
    22 )
    20 from .utils import (
    23 from .utils import (
    21     compression,
    24     compression,
    22     interfaceutil,
       
    23 )
    25 )
    24 
    26 
    25 # Names of the SSH protocol implementations.
    27 # Names of the SSH protocol implementations.
    26 SSHV1 = 'ssh-v1'
    28 SSHV1 = 'ssh-v1'
    27 # These are advertised over the wire. Increment the counters at the end
    29 # These are advertised over the wire. Increment the counters at the end