Mercurial > public > mercurial-scm > hg
diff mercurial/wireprotoserver.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 | 3e47d1ec9da5 |
children | 7e19b640c53e |
line wrap: on
line diff
--- a/mercurial/wireprotoserver.py Sun Aug 18 00:45:33 2019 +0300 +++ b/mercurial/wireprotoserver.py Sun Aug 18 02:28:42 2019 +0300 @@ -21,10 +21,12 @@ wireprotov1server, wireprotov2server, ) +from .interfaces import ( + util as interfaceutil, +) from .utils import ( cborutil, compression, - interfaceutil, ) stringio = util.stringio