comparison mercurial/wireprotov1peer.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 268662aac075
children 2372284d9457
comparison
equal deleted inserted replaced
42813:268662aac075 42814:2c4f656c8e9f
25 util, 25 util,
26 wireprototypes, 26 wireprototypes,
27 ) 27 )
28 from .interfaces import ( 28 from .interfaces import (
29 repository, 29 repository,
30 ) 30 util as interfaceutil,
31 from .utils import (
32 interfaceutil,
33 ) 31 )
34 32
35 urlreq = util.urlreq 33 urlreq = util.urlreq
36 34
37 def batchable(f): 35 def batchable(f):