comparison mercurial/wireprototypes.py @ 42814:2c4f656c8e9f

interfaceutil: move to interfaces/ Now that we have a dedicated folder for interfaces, let's move interfaceutil there. Differential Revision: https://phab.mercurial-scm.org/D6742
author Pulkit Goyal <pulkit@yandex-team.ru>
date Sun, 18 Aug 2019 02:28:42 +0300
parents c767e655ffda
children 9668744c9122
comparison
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